Unverified Commit f60e814d authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

chez-racket: Fix build failure (#344725)

parents 33dced05 c65e60fd
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 ]);