about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
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
parent5a012fdbb3f7752b333cb631c39d73518e930559 (diff)
downloadnixlib-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar
nixlib-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar.gz
nixlib-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar.bz2
nixlib-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar.lz
nixlib-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar.xz
nixlib-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar.zst
nixlib-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.zip
Revert "treewide: fixup breakage due to absolute compiler path"
This reverts commit d0888d150333a2c523cd1e46606d6219afe23dc2.
Diffstat (limited to 'pkgs/development/ocaml-modules')
-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 7b76919241de..e5d954970589 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";