zarith: fix perl path
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
3b1a171c05
commit
4fe2f98051
@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ ocaml findlib pkgconfig gmp perl ];
|
buildInputs = [ ocaml findlib pkgconfig gmp perl ];
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace ./z_pp.pl --replace '/usr/bin/perl' '${perl}/bin/perl'
|
||||||
|
'';
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
./configure -installdir $out/lib/ocaml/${ocaml_version}/site-lib
|
./configure -installdir $out/lib/ocaml/${ocaml_version}/site-lib
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user