gnome.gedit: fix darwin build
This commit is contained in:
parent
42bb3293c2
commit
86dc9d3295
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, python3
|
||||
, pkg-config
|
||||
, gtk3
|
||||
, gtk-mac-integration
|
||||
, glib
|
||||
, adwaita-icon-theme
|
||||
, libpeas
|
||||
|
@ -59,6 +60,8 @@ stdenv.mkDerivation rec {
|
|||
gtksourceview4
|
||||
libpeas
|
||||
libsoup
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
gtk-mac-integration
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue