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.
This commit is contained in:
parent
5bd1bd08ed
commit
79d45c42ac
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig gobject-introspection ];
|
nativeBuildInputs = [ meson ninja pkgconfig gobject-introspection ];
|
||||||
buildInputs = [ glib gdk-pixbuf ];
|
propagatedBuildInputs = [ glib gdk-pixbuf ];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
|
Loading…
Reference in New Issue
Block a user