mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
gnome3.libgnome-games-support: propagate required dependencies
This commit is contained in:
parent
5d62b6698a
commit
2f801195fc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user