mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
broot: drop darwin workaround
This commit is contained in:
parent
cc88d23e54
commit
3447b9b2c0
@ -5,7 +5,6 @@
|
|||||||
, makeWrapper
|
, makeWrapper
|
||||||
, coreutils
|
, coreutils
|
||||||
, libiconv
|
, libiconv
|
||||||
, xcbuild
|
|
||||||
, zlib
|
, zlib
|
||||||
, Security
|
, Security
|
||||||
}:
|
}:
|
||||||
@ -24,7 +23,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
installShellFiles
|
installShellFiles
|
||||||
xcbuild # The cc crate attempts to run xcbuild.
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [
|
||||||
|
Loading…
Reference in New Issue
Block a user