aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/zarith
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-08-21 15:37:52 -0500
committerRobin Gloster <mail@glob.in>2018-08-22 01:14:53 +0200
commitf7bc33abf09c9a111b7b1d7f4eb6d322ace3efda (patch)
treebfa263964d3f632681b6a0e19e671ae021916a62 /pkgs/development/ocaml-modules/zarith
parent5a012fdbb3f7752b333cb631c39d73518e930559 (diff)
Revert "treewide: fixup breakage due to absolute compiler path"
This reverts commit d0888d150333a2c523cd1e46606d6219afe23dc2.
Diffstat (limited to 'pkgs/development/ocaml-modules/zarith')
-rw-r--r--pkgs/development/ocaml-modules/zarith/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/zarith/default.nix b/pkgs/development/ocaml-modules/zarith/default.nix
index 7b76919241d..e5d95497058 100644
--- a/pkgs/development/ocaml-modules/zarith/default.nix
+++ b/pkgs/development/ocaml-modules/zarith/default.nix
@@ -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";