about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-08-24 09:19:43 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-08-24 09:19:43 +0200
commit7db611f2af869bac6e31ba814a5593c52d54ec19 (patch)
treeccb2231a8e0500eaeac92ac9f7a4a7f0c674ea43 /pkgs/development/ocaml-modules
parent8987547106fcc1868cbc05fb295e0631d8edf138 (diff)
parente78fd235649e52180198f9f65ca9f172f8fe8161 (diff)
downloadnixlib-7db611f2af869bac6e31ba814a5593c52d54ec19.tar
nixlib-7db611f2af869bac6e31ba814a5593c52d54ec19.tar.gz
nixlib-7db611f2af869bac6e31ba814a5593c52d54ec19.tar.bz2
nixlib-7db611f2af869bac6e31ba814a5593c52d54ec19.tar.lz
nixlib-7db611f2af869bac6e31ba814a5593c52d54ec19.tar.xz
nixlib-7db611f2af869bac6e31ba814a5593c52d54ec19.tar.zst
nixlib-7db611f2af869bac6e31ba814a5593c52d54ec19.zip
Merge branch 'staging'
Includes libX11 security update.
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";