libnotify: propagate glib and gdk-pixbuf

They're in Requires:
Requires: gdk-pixbuf-2.0, gio-2.0 >=  2.26.0, glib-2.0 >=  2.26.0

This has caused one issue so far https://github.com/NixOS/nixpkgs/pull/75321.
wip/yesman
worldofpeace 5 years ago
parent 5bd1bd08ed
commit 79d45c42ac
  1. 2
      pkgs/development/libraries/libnotify/default.nix

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [ meson ninja pkgconfig gobject-introspection ];
buildInputs = [ glib gdk-pixbuf ];
propagatedBuildInputs = [ glib gdk-pixbuf ];
passthru = {
updateScript = gnome3.updateScript {

Loading…
Cancel
Save