gnome.gedit: fix darwin build

This commit is contained in:
Bobby Rong
2022-04-03 17:21:59 +08:00
parent 42bb3293c2
commit 86dc9d3295
@@ -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 = ''