gnome2.gtksourceview: fix build on darwin (#41353)

This commit is contained in:
Vincent Laporte 2018-06-01 20:56:40 +02:00 committed by xeji
parent bc069622dd
commit 0b1823ff84

View file

@ -1,6 +1,6 @@
{stdenv, fetchpatch, fetchurl, autoreconfHook, pkgconfig, atk, cairo, glib
, gnome-common, gtk, pango
, libxml2Python, perl, intltool, gettext, gtk-mac-integration }:
, libxml2Python, perl, intltool, gettext, gtk-mac-integration-gtk2 }:
with stdenv.lib;
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
pango libxml2Python perl intltool
gettext
] ++ optionals stdenv.isDarwin [
autoreconfHook gnome-common gtk-mac-integration
autoreconfHook gnome-common gtk-mac-integration-gtk2
];
preConfigure = optionalString stdenv.isDarwin ''