mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue