about summary refs log tree commit diff
path: root/pkgs/test/texlive
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2023-04-30 21:46:53 -0400
committerGitHub <noreply@github.com>2023-04-30 21:46:53 -0400
commit5c27dc43d2b75d47a58e6f0b13b18a02cc0ff635 (patch)
tree1c1ce889c8db9bb5d2d0922ccba313ce675a278e /pkgs/test/texlive
parent3306b06ef061b79be803992ded374195d9f3d573 (diff)
parent671f7556b2363b18c4bea0777a6a344e1eb4ce3a (diff)
Merge pull request #206763 from xworld21/texlive-centralize-version
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 91a894906cc76..5e0369f4db47e 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"