about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2021-09-05 16:51:30 -0700
committerRaphael Megzari <raphael@megzari.com>2021-09-06 22:41:05 +0900
commit590471d1772e0045e93097c19f955d919350c06c (patch)
treef991d50ba06ed1b0d839aff86f0b587607759c80 /pkgs/development/ocaml-modules
parent58c8736bdb2ed5b5194de8f2da21c564f27f254c (diff)
downloadnixlib-590471d1772e0045e93097c19f955d919350c06c.tar
nixlib-590471d1772e0045e93097c19f955d919350c06c.tar.gz
nixlib-590471d1772e0045e93097c19f955d919350c06c.tar.bz2
nixlib-590471d1772e0045e93097c19f955d919350c06c.tar.lz
nixlib-590471d1772e0045e93097c19f955d919350c06c.tar.xz
nixlib-590471d1772e0045e93097c19f955d919350c06c.tar.zst
nixlib-590471d1772e0045e93097c19f955d919350c06c.zip
ocamlPackages.extlib: fix build
We can no longer set dontConfigure, because findlib
now sets up a necessary preConfigure hook
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/extlib/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/extlib/default.nix b/pkgs/development/ocaml-modules/extlib/default.nix
index 5c7d36fcc08d..d1860788838a 100644
--- a/pkgs/development/ocaml-modules/extlib/default.nix
+++ b/pkgs/development/ocaml-modules/extlib/default.nix
@@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
   buildInputs = [ ocaml findlib cppo ];
 
   createFindlibDestdir = true;
-  dontConfigure = true;
 
   makeFlags = lib.optional minimal "minimal=1";