mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
ocamlPackages.llpp: only allow with ocaml-4.04
This commit is contained in:
parent
eec3973004
commit
11e4fcf941
@ -695,7 +695,11 @@ let
|
||||
|
||||
google-drive-ocamlfuse = callPackage ../applications/networking/google-drive-ocamlfuse { };
|
||||
|
||||
llpp = callPackage ../applications/misc/llpp { };
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user