coq_8_10: fix CoqIDE on darwin
This commit is contained in:
parent
8dd417eed6
commit
325f89ef19
@ -9,6 +9,7 @@
|
|||||||
, ocamlPackages, ncurses
|
, ocamlPackages, ncurses
|
||||||
, buildIde ? true
|
, buildIde ? true
|
||||||
, glib, gnome3, wrapGAppsHook
|
, glib, gnome3, wrapGAppsHook
|
||||||
|
, darwin
|
||||||
, csdp ? null
|
, csdp ? null
|
||||||
, version
|
, version
|
||||||
}:
|
}:
|
||||||
@ -105,6 +106,7 @@ self = stdenv.mkDerivation {
|
|||||||
++ 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 ]
|
||||||
|
++ stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Cocoa
|
||||||
else [ ocamlPackages.lablgtk ]);
|
else [ ocamlPackages.lablgtk ]);
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user