mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
tests.texlive.binaries: use new texlive package source
This commit is contained in:
parent
333a351b28
commit
361364aba0
1 changed files with 1 additions and 2 deletions
|
@ -454,8 +454,7 @@ rec {
|
|||
'';
|
||||
|
||||
# link all binaries in single derivation
|
||||
allPackages = with lib; concatLists (catAttrs "pkgs" (filter isAttrs (attrValues texlive)));
|
||||
binPackages = lib.filter (p: p.tlType == "bin") allPackages;
|
||||
binPackages = lib.catAttrs "out" (lib.attrValues texlive.pkgs);
|
||||
binaries = buildEnv { name = "texlive-binaries"; paths = binPackages; };
|
||||
in
|
||||
runCommand "texlive-test-binaries"
|
||||
|
|
Loading…
Reference in a new issue