coq_8_10: do not take “camlp5” as input
This commit is contained in:
parent
325f89ef19
commit
1292f49a37
@ -102,7 +102,9 @@ self = stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ ncurses ] ++ (with ocamlPackages; [ ocaml findlib camlp5 num ])
|
buildInputs = [ ncurses ocamlPackages.ocaml ocamlPackages.findlib ]
|
||||||
|
++ stdenv.lib.optional (!versionAtLeast "8.10") ocamlPackages.camlp5
|
||||||
|
++ [ ocamlPackages.num ]
|
||||||
++ stdenv.lib.optionals buildIde
|
++ stdenv.lib.optionals buildIde
|
||||||
(if versionAtLeast "8.10"
|
(if versionAtLeast "8.10"
|
||||||
then [ ocamlPackages.lablgtk3-sourceview3 glib gnome3.defaultIconTheme wrapGAppsHook ]
|
then [ ocamlPackages.lablgtk3-sourceview3 glib gnome3.defaultIconTheme wrapGAppsHook ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user