mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tests.texlive.binaries: use new texlive package source
This commit is contained in:
parent
333a351b28
commit
361364aba0
@ -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 New Issue
Block a user