From 33df34994e250f8aad5e4c0be9b5560f2d46f366 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 12 Feb 2025 18:29:18 +0100 Subject: [PATCH] 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] --- pkgs/by-name/fl/flatpak/package.nix | 49 ++++++++++++++--------------- 1 file changed, 23 insertions(+), 26 deletions(-) diff --git a/pkgs/by-name/fl/flatpak/package.nix b/pkgs/by-name/fl/flatpak/package.nix index 4f25e8fac763..61f16695711d 100644 --- a/pkgs/by-name/fl/flatpak/package.nix +++ b/pkgs/by-name/fl/flatpak/package.nix @@ -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 = [