mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #329877 from xzfc/cool-libreoffice
libreoffice-collabora: remove passthru.srcs.{translations,help}
This commit is contained in:
commit
947e33302a
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user