gnome2.gtksourceview: fix build on darwin (#41353)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{stdenv, fetchpatch, fetchurl, autoreconfHook, pkgconfig, atk, cairo, glib
|
{stdenv, fetchpatch, fetchurl, autoreconfHook, pkgconfig, atk, cairo, glib
|
||||||
, gnome-common, gtk, pango
|
, gnome-common, gtk, pango
|
||||||
, libxml2Python, perl, intltool, gettext, gtk-mac-integration }:
|
, libxml2Python, perl, intltool, gettext, gtk-mac-integration-gtk2 }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
pango libxml2Python perl intltool
|
pango libxml2Python perl intltool
|
||||||
gettext
|
gettext
|
||||||
] ++ optionals stdenv.isDarwin [
|
] ++ optionals stdenv.isDarwin [
|
||||||
autoreconfHook gnome-common gtk-mac-integration
|
autoreconfHook gnome-common gtk-mac-integration-gtk2
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = optionalString stdenv.isDarwin ''
|
preConfigure = optionalString stdenv.isDarwin ''
|
||||||
|
|||||||
Reference in New Issue
Block a user