rygel: remove unused gtk3 buildInputs

This commit is contained in:
aleksana
2024-12-07 00:31:29 +08:00
parent 7c1aca7140
commit f2e100dfc1
+5 -1
View File
@@ -33,6 +33,7 @@
tinysparql,
shared-mime-info,
gnome,
rygel,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -78,9 +79,11 @@ stdenv.mkDerivation (finalAttrs: {
gupnp-dlna
libgee
libsoup_3
gtk3
libmediaart
pipewire
# Move this to withGtk when it's not unconditionally included
# https://gitlab.gnome.org/GNOME/rygel/-/issues/221
# https://gitlab.gnome.org/GNOME/rygel/-/merge_requests/27
libX11
sqlite
systemd
@@ -116,6 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
packageName = "rygel";
versionPolicy = "odd-unstable";
};
noGtk = rygel.override { withGtk = false; };
};
meta = with lib; {