about summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-08-20 00:02:29 +0000
committerGitHub <noreply@github.com>2023-08-20 00:02:29 +0000
commitf6a4c6f91221c4925fcfd28071982e82f656693a (patch)
tree537b5fee5cfb49b007326633cd79765ead21c607 /pkgs/test
parentb34f222b02e543f256df511236a01feadea13c45 (diff)
parent174bd27ec81df6d6deccd7da05f3b10c3f7a93f4 (diff)
downloadnixlib-f6a4c6f91221c4925fcfd28071982e82f656693a.tar
nixlib-f6a4c6f91221c4925fcfd28071982e82f656693a.tar.gz
nixlib-f6a4c6f91221c4925fcfd28071982e82f656693a.tar.bz2
nixlib-f6a4c6f91221c4925fcfd28071982e82f656693a.tar.lz
nixlib-f6a4c6f91221c4925fcfd28071982e82f656693a.tar.xz
nixlib-f6a4c6f91221c4925fcfd28071982e82f656693a.tar.zst
nixlib-f6a4c6f91221c4925fcfd28071982e82f656693a.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/texlive/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/test/texlive/default.nix b/pkgs/test/texlive/default.nix
index 0691dad661d7..d3894eb3fd8b 100644
--- a/pkgs/test/texlive/default.nix
+++ b/pkgs/test/texlive/default.nix
@@ -234,9 +234,6 @@
 
         # 'Error initialising QuantumRenderer: no suitable pipeline found'
         "tlcockpit"
-
-        # 'tlmgr: config.guess script does not exist, goodbye'
-        "tlshell"
       ] ++ lib.optional stdenv.isDarwin "epspdftk";  # wish shebang is a script, not a binary!
 
       # (1) binaries requiring -v
@@ -271,7 +268,7 @@
         "dt2dv" "dv2dt" "dvi2tty" "dvidvi" "dvispc" "otp2ocp" "outocp" "pmxab"
 
         # GUI scripts that accept no argument or crash without a graphics server; please test manualy
-        "epspdftk" "texdoctk" "xasy"
+        "epspdftk" "texdoctk" "tlshell" "xasy"
 
         # requires Cinderella, not open source and not distributed via Nixpkgs
         "ketcindy"