Merge pull request #329877 from xzfc/cool-libreoffice

libreoffice-collabora: remove passthru.srcs.{translations,help}
This commit is contained in:
7c6f434c 2024-07-25 19:19:09 +00:00 committed by GitHub
commit 947e33302a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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