gnome.gedit: fix darwin build

This commit is contained in:
Bobby Rong 2022-04-03 17:21:59 +08:00
parent 42bb3293c2
commit 86dc9d3295
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -5,6 +5,7 @@
, python3 , python3
, pkg-config , pkg-config
, gtk3 , gtk3
, gtk-mac-integration
, glib , glib
, adwaita-icon-theme , adwaita-icon-theme
, libpeas , libpeas
@ -59,6 +60,8 @@ stdenv.mkDerivation rec {
gtksourceview4 gtksourceview4
libpeas libpeas
libsoup libsoup
] ++ lib.optionals stdenv.isDarwin [
gtk-mac-integration
]; ];
postPatch = '' postPatch = ''