libreoffice-collabora: remove passthru.srcs.{translations,help}

This fixes the evaluation error of libreoffice-collabora.passthru.srcs,
introduced in ab5bdfd3c6 ("libreoffice-collabora: init at 24.04.5-4").

It was an overlook to keep these attributes. Unlike the still/fresh
variants, the collabora variant fetches translations and help files from
git submodules of the main repository rather than from these tarballs.
This commit is contained in:
Albert Safin 2024-07-25 10:49:43 +00:00
parent 1eddda1e53
commit 052fb5c48d

View File

@ -152,7 +152,7 @@ let
flatten flip
concatMapStrings concatStringsSep
getDev getLib
optionals optionalString;
optionals optionalAttrs optionalString;
fontsConf = makeFontsConf {
fontDirectories = [
@ -200,6 +200,7 @@ let
}) // {
inherit (x) md5name md5;
}) srcsAttributes.deps;
} // optionalAttrs (variant != "collabora") {
translations = fetchurl srcsAttributes.translations;
help = fetchurl srcsAttributes.help;
};