libnotify: gobject-introspection should be a buid-time dep
This commit is contained in:
parent
139b4cd0e3
commit
f1562a4c04
@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
|
||||
# disable tests as we don't need to depend on gtk+(2/3)
|
||||
configureFlags = [ "--disable-tests" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||
buildInputs = [ glib gdk_pixbuf gobjectIntrospection ];
|
||||
nativeBuildInputs = [ pkgconfig autoreconfHook gobjectIntrospection ];
|
||||
buildInputs = [ glib gdk_pixbuf ];
|
||||
|
||||
meta = {
|
||||
homepage = https://developer.gnome.org/notification-spec/;
|
||||
|
Loading…
Reference in New Issue
Block a user