Loading pkgs/applications/office/libreoffice/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -341,11 +341,14 @@ stdenv.mkDerivation (finalAttrs: { includes = [ "sdext/*" ]; hash = "sha256-8yipl5ln1yCNfVM8SuWowsw1Iy/SXIwbdT1ZfNw4cJA="; }) # Fix build with Poppler 25.10 (fetchpatch2 { url = "https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/raw/f5241554e4a0f6fd95ac4e5cc398a30243407e6a/fix_build_with_poppler_25.10.patch"; hash = "sha256-lbPOkc1HeT5Qsp6XfVyVJtmvSL68qTrmbd3q9lvKSu8="; }) # Currently included in the condition above # Uncomment if Collabora is again the only version needing it # Remove if Collabora is updated far enough not to need it anymore ## Fix build with Poppler 25.10 #(fetchpatch2 { # url = "https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/raw/f5241554e4a0f6fd95ac4e5cc398a30243407e6a/fix_build_with_poppler_25.10.patch"; # hash = "sha256-lbPOkc1HeT5Qsp6XfVyVJtmvSL68qTrmbd3q9lvKSu8="; #}) ] ++ lib.optionals (variant == "collabora") [ ./fix-unpack-collabora.patch Loading Loading
pkgs/applications/office/libreoffice/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -341,11 +341,14 @@ stdenv.mkDerivation (finalAttrs: { includes = [ "sdext/*" ]; hash = "sha256-8yipl5ln1yCNfVM8SuWowsw1Iy/SXIwbdT1ZfNw4cJA="; }) # Fix build with Poppler 25.10 (fetchpatch2 { url = "https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/raw/f5241554e4a0f6fd95ac4e5cc398a30243407e6a/fix_build_with_poppler_25.10.patch"; hash = "sha256-lbPOkc1HeT5Qsp6XfVyVJtmvSL68qTrmbd3q9lvKSu8="; }) # Currently included in the condition above # Uncomment if Collabora is again the only version needing it # Remove if Collabora is updated far enough not to need it anymore ## Fix build with Poppler 25.10 #(fetchpatch2 { # url = "https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/raw/f5241554e4a0f6fd95ac4e5cc398a30243407e6a/fix_build_with_poppler_25.10.patch"; # hash = "sha256-lbPOkc1HeT5Qsp6XfVyVJtmvSL68qTrmbd3q9lvKSu8="; #}) ] ++ lib.optionals (variant == "collabora") [ ./fix-unpack-collabora.patch Loading