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 {