Support installing findlib

wip/yesman
Malcolm Matalka 12 years ago
parent 6299baeb88
commit 5ff6be9224
  1. 1
      pkgs/development/tools/ocaml/findlib/default.nix
  2. 4
      pkgs/development/tools/ocaml/findlib/install_topfind.patch

@ -15,7 +15,6 @@ stdenv.mkDerivation {
buildInputs = [m4 ncurses ocaml];
patches = [ ./ldconf.patch ./install_topfind.patch ];
patchFlags = "-p0";
dontAddPrefix=true;

@ -1,5 +1,5 @@
--- src/findlib/Makefile
+++ src/findlib/Makefile
--- findlib-1.3.3/src/findlib/Makefile
+++ findlib-1.3.3/src/findlib/Makefile
@@ -82,7 +82,7 @@ clean:
install: all
mkdir -p "$(prefix)$(OCAML_SITELIB)/$(NAME)"

Loading…
Cancel
Save