1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

gnome3.libgnome-games-support: propagate required dependencies

This commit is contained in:
Jan Tojnar 2018-08-14 21:48:04 +02:00
parent 5d62b6698a
commit 2f801195fc
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -13,7 +13,11 @@ in stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig intltool ];
buildInputs = [ glib gtk3 libgee libintl ];
buildInputs = [ libintl ];
propagatedBuildInputs = [
# Required by libgnome-games-support-1.pc
glib gtk3 libgee
];
passthru = {
updateScript = gnome3.updateScript {