flatpak: remove gtk-doc build input

Apparently this was previously used as a runtime library[1], but it
certainly doesn't seem to be any more.

Link: https://github.com/NixOS/nixpkgs/pull/334324#issuecomment-2289960336 [1]
This commit is contained in:
Alyssa Ross
2025-02-16 17:41:54 +01:00
parent 057dd40779
commit 33df34994e
+23 -26
View File
@@ -163,32 +163,29 @@ stdenv.mkDerivation (finalAttrs: {
xmlto
];
buildInputs =
[
appstream
curl
dconf
fuse3
gdk-pixbuf
glib-networking
gpgme
gsettings-desktop-schemas
json-glib
libarchive
libcap
librsvg # for flatpak-validate-icon
libseccomp
libxml2
malcontent
polkit
python3
wayland
wayland-protocols
xorg.libXau
zstd
]
++ lib.optional withGtkDoc gtk-doc
++ lib.optional withSystemd systemd;
buildInputs = [
appstream
curl
dconf
fuse3
gdk-pixbuf
glib-networking
gpgme
gsettings-desktop-schemas
json-glib
libarchive
libcap
librsvg # for flatpak-validate-icon
libseccomp
libxml2
malcontent
polkit
python3
wayland
wayland-protocols
xorg.libXau
zstd
] ++ lib.optional withSystemd systemd;
# Required by flatpak.pc
propagatedBuildInputs = [