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

+2 -2
+2 -2
pkgs/development/libraries/libnotify/default.nix
··· 14 14 # disable tests as we don't need to depend on gtk+(2/3) 15 15 configureFlags = [ "--disable-tests" ]; 16 16 17 - nativeBuildInputs = [ pkgconfig autoreconfHook ]; 18 - buildInputs = [ glib gdk_pixbuf gobjectIntrospection ]; 17 + nativeBuildInputs = [ pkgconfig autoreconfHook gobjectIntrospection ]; 18 + buildInputs = [ glib gdk_pixbuf ]; 19 19 20 20 meta = { 21 21 homepage = https://developer.gnome.org/notification-spec/;