nix-index: fix darwin build
This commit is contained in:
parent
adb5b610bd
commit
17e6147ab5
@ -17,6 +17,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
buildInputs = [ openssl curl ]
|
buildInputs = [ openssl curl ]
|
||||||
++ stdenv.lib.optional stdenv.isDarwin Security;
|
++ stdenv.lib.optional stdenv.isDarwin Security;
|
||||||
|
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/etc/profile.d
|
mkdir -p $out/etc/profile.d
|
||||||
cp ./command-not-found.sh $out/etc/profile.d/command-not-found.sh
|
cp ./command-not-found.sh $out/etc/profile.d/command-not-found.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user