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

wip/yesman
John Ericson 7 years ago
parent 139b4cd0e3
commit f1562a4c04
  1. 4
      pkgs/development/libraries/libnotify/default.nix

@ -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…
Cancel
Save