mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
ocamlPackages.extlib: fix build
We can no longer set dontConfigure, because findlib now sets up a necessary preConfigure hook
This commit is contained in:
committed by
Raphael Megzari
parent
58c8736bdb
commit
590471d177
@@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ ocaml findlib cppo ];
|
||||
|
||||
createFindlibDestdir = true;
|
||||
dontConfigure = true;
|
||||
|
||||
makeFlags = lib.optional minimal "minimal=1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user