Merge pull request #49708 from periklis/nix-index-fix-darwin
nix-index: fix darwin build
This commit is contained in:
commit
13074b57cb
@ -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