gnome3.libgnome-games-support: propagate required dependencies
This commit is contained in:
@@ -13,7 +13,11 @@ in stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
nativeBuildInputs = [ pkgconfig intltool ];
|
||||||
buildInputs = [ glib gtk3 libgee libintl ];
|
buildInputs = [ libintl ];
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
# Required by libgnome-games-support-1.pc
|
||||||
|
glib gtk3 libgee
|
||||||
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
|
|||||||
Reference in New Issue
Block a user