3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.extlib: fix build

We can no longer set dontConfigure, because findlib
now sets up a necessary preConfigure hook
This commit is contained in:
Ryan Burns 2021-09-05 16:51:30 -07:00 committed by Raphael Megzari
parent 58c8736bdb
commit 590471d177

View file

@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
buildInputs = [ ocaml findlib cppo ];
createFindlibDestdir = true;
dontConfigure = true;
makeFlags = lib.optional minimal "minimal=1";