Loading pkgs/development/compilers/chez-racket/shared.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/compilers/chez-racket/shared.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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