chez-racket: Fix build failure (#344725)
This commit is contained in:
commit
f60e814dc8
@ -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