about summary refs log tree commit diff
path: root/pkgs/test/texlive
diff options
context:
space:
mode:
authorVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-04-22 20:22:39 +0100
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-04-22 20:22:39 +0100
commitc4b05347015db3eb8ad2f6f67e5b6f5308c3c9f0 (patch)
treed237dbceb0619a54d8af348ccdfebe2883dde7bd /pkgs/test/texlive
parent830d948f46bfb971fbb83b52f3dfc3c57baa8d28 (diff)
texlive: use version info from tlpdb instead of hardcoding
Diffstat (limited to 'pkgs/test/texlive')
-rw-r--r--pkgs/test/texlive/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/test/texlive/default.nix b/pkgs/test/texlive/default.nix
index cbfa0c45e8fc9..6aac195d512bb 100644
--- a/pkgs/test/texlive/default.nix
+++ b/pkgs/test/texlive/default.nix
@@ -2,9 +2,9 @@
 
 {
 
-  tlpdb-nix = runCommand "texlive-test-tlpdb-nix" {
+  tlpdbNix = runCommand "texlive-test-tlpdb-nix" {
     nixpkgsTlpdbNix = ../../tools/typesetting/tex/texlive/tlpdb.nix;
-    tlpdbNix = texlive.tlpdb-nix;
+    tlpdbNix = texlive.tlpdb.nix;
   }
   ''
     mkdir -p "$out"