Revert "treewide: fixup breakage due to absolute compiler path"
This reverts commit d0888d1503.
This commit is contained in:
committed by
Robin Gloster
parent
5a012fdbb3
commit
f7bc33abf0
@@ -28,10 +28,7 @@ stdenv.mkDerivation rec {
|
||||
propagatedBuildInputs = [ gmp ];
|
||||
|
||||
patchPhase = "patchShebangs ./z_pp.pl";
|
||||
|
||||
configurePhase = ''
|
||||
CC=${stdenv.cc.targetPrefix}cc
|
||||
CXX=${stdenv.cc.targetPrefix}c++
|
||||
./configure -installdir $out/lib/ocaml/${ocaml.version}/site-lib
|
||||
'';
|
||||
preInstall = "mkdir -p $out/lib/ocaml/${ocaml.version}/site-lib";
|
||||
|
||||
Reference in New Issue
Block a user