mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
texlive.withPackages: treat texsource containers as regular outputs
Since Hydra no longer builds the texlivePackages subtree, texsource containers
can now be treated as regular outputs in buildTeXLivePackage.
This also enables the withSources argument of buildTeXEnv to work as intended.
(cherry picked from commit 895c726b94)
This commit is contained in:
parent
7b1eafc41e
commit
64057fb07e
1 changed files with 2 additions and 5 deletions
|
|
@ -106,11 +106,8 @@ let
|
|||
lib.optional hasBinfiles "out"
|
||||
++ lib.optional hasRunfiles "tex"
|
||||
++ lib.optional hasDocfiles "texdoc"
|
||||
++
|
||||
# omit building sources, since as far as we know, installing them is not common
|
||||
# the sources will still be available under drv.texsource
|
||||
# lib.optional hasSource "texsource" ++
|
||||
lib.optional hasTlpkg "tlpkg"
|
||||
++ lib.optional hasSource "texsource"
|
||||
++ lib.optional hasTlpkg "tlpkg"
|
||||
++ lib.optional hasManpages "man"
|
||||
++ lib.optional hasInfo "info";
|
||||
outputDrvs = lib.getAttrs outputs containers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue