mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
nix-index: fix darwin build
This commit is contained in:
parent
adb5b610bd
commit
17e6147ab5
@ -17,6 +17,8 @@ rustPlatform.buildRustPackage rec {
|
||||
buildInputs = [ openssl curl ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin Security;
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/etc/profile.d
|
||||
cp ./command-not-found.sh $out/etc/profile.d/command-not-found.sh
|
||||
|
Loading…
Reference in New Issue
Block a user