libnotify: gobject-introspection should be a buid-time dep

This commit is contained in:
John Ericson
2017-09-28 12:16:45 -04:00
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/;