Support installing topfind now
This commit is contained in:
@@ -14,7 +14,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [m4 ncurses ocaml];
|
||||
|
||||
patches = [ ./ldconf.patch ];
|
||||
patches = [ ./ldconf.patch ./install_topfind.patch ];
|
||||
patchFlags = "-p0";
|
||||
|
||||
dontAddPrefix=true;
|
||||
|
||||
@@ -24,7 +25,6 @@ stdenv.mkDerivation {
|
||||
-mandir $out/share/man
|
||||
-sitelib $out/lib/ocaml/${ocaml_version}/site-lib
|
||||
-config $out/etc/findlib.conf
|
||||
-no-topfind
|
||||
)
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user