summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-09-03 12:02:34 +0100
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-10-07 18:49:18 +0100
commit988124cf206384e4ef826987d8a1158cc27ec1c2 (patch)
treea17fed5014df128ec8b96db5edc56952802e4a2e
parent361364aba0bb0796ff4e17265beab04868a3d745 (diff)
downloadnixpkgs-988124cf206384e4ef826987d8a1158cc27ec1c2.tar
nixpkgs-988124cf206384e4ef826987d8a1158cc27ec1c2.tar.gz
nixpkgs-988124cf206384e4ef826987d8a1158cc27ec1c2.tar.bz2
nixpkgs-988124cf206384e4ef826987d8a1158cc27ec1c2.tar.lz
nixpkgs-988124cf206384e4ef826987d8a1158cc27ec1c2.tar.xz
nixpkgs-988124cf206384e4ef826987d8a1158cc27ec1c2.tar.zst
nixpkgs-988124cf206384e4ef826987d8a1158cc27ec1c2.zip
tests.texlive.shebangs: use new texlive package source
-rw-r--r--pkgs/test/texlive/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/test/texlive/default.nix b/pkgs/test/texlive/default.nix
index 28986b428ef..7be9f817a74 100644
--- a/pkgs/test/texlive/default.nix
+++ b/pkgs/test/texlive/default.nix
@@ -564,8 +564,7 @@ rec {
 
   # check that all scripts have a Nix shebang
   shebangs = let
-      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);
     in
     runCommand "texlive-test-shebangs" { }
       (''