llpp: move out of ocamlPackages

This commit is contained in:
Florent Becker 2017-02-18 14:57:51 +01:00
parent 88dac94e3b
commit 6893d8a2fd
2 changed files with 1 additions and 6 deletions

View File

@ -14098,7 +14098,7 @@ with pkgs;
bison = bison2;
};
inherit (ocaml-ng.ocamlPackages_4_04) llpp;
llpp = ocaml-ng.ocamlPackages_4_04.callPackage ../applications/misc/llpp { };
lmms = callPackage ../applications/audio/lmms { };

View File

@ -698,11 +698,6 @@ let
google-drive-ocamlfuse = callPackage ../applications/networking/google-drive-ocamlfuse { };
llpp =
if lib.versionOlder "4.04" ocaml.version
then callPackage ../applications/misc/llpp { }
else null;
monotoneViz = callPackage ../applications/version-management/monotone-viz {
inherit (pkgs.gnome2) libgnomecanvas glib;