Commit c65e60fd authored by Sam Connelly's avatar Sam Connelly
Browse files

chez-racket: Fix build failure

parent dec1098a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ]);