mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
chez-racket: Fix build failure
This commit is contained in:
parent
dec1098ad0
commit
c65e60fd21
@ -20,7 +20,7 @@ stdenv.mkDerivation (args // {
|
||||
|
||||
postPatch = ''
|
||||
export ZLIB="$(find ${zlib.out}/lib -type f | sort | head -n1)"
|
||||
export LZ4="$(find ${lz4.out}/lib -type f | sort | head -n1)"
|
||||
export LZ4="$(find ${lz4.lib}/lib -type f | sort | head -n1)"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin ([ cctools darwin.autoSignDarwinBinariesHook ]);
|
||||
|
Loading…
Reference in New Issue
Block a user