Merge pull request #33005 from vbgl/coq-lablgtk
coq: lablgtk is only needed for coqide
This commit is contained in:
commit
c964449c98
|
@ -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