coq: lablgtk is only needed for coqide
This commit is contained in:
parent
a02f66e87b
commit
b320538f4c
@ -91,7 +91,8 @@ self = stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ ocamlPackages.ocaml ocamlPackages.findlib camlp5 ncurses ocamlPackages.lablgtk ];
|
buildInputs = [ ocamlPackages.ocaml ocamlPackages.findlib camlp5 ncurses ]
|
||||||
|
++ stdenv.lib.optional buildIde ocamlPackages.lablgtk;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
UNAME=$(type -tp uname)
|
UNAME=$(type -tp uname)
|
||||||
|
Loading…
Reference in New Issue
Block a user