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-03-14 12:02:08 +0000
committerGitHub <noreply@github.com>2023-03-14 12:02:08 +0000
commit60e9cbe0f9f055335244083cadc74688b47d623c (patch)
treec0d02fe0856e4696d45afa825f093199abb1843f /pkgs/test
parenta3d10c676f813f6393e38c4bbe01b640fb791947 (diff)
parente196e68bee289193e4e133dd378addd8572dc4c5 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/texlive/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/test/texlive/default.nix b/pkgs/test/texlive/default.nix
index cb607f3a1328e..db83bd5149ffb 100644
--- a/pkgs/test/texlive/default.nix
+++ b/pkgs/test/texlive/default.nix
@@ -2,6 +2,15 @@
 
 {
 
+  tlpdb-nix = runCommand "texlive-test-tlpdb-nix" {
+    nixpkgsTlpdbNix = ../../tools/typesetting/tex/texlive/tlpdb.nix;
+    tlpdbNix = texlive.tlpdb-nix;
+  }
+  ''
+    mkdir -p "$out"
+    diff -u "''${nixpkgsTlpdbNix}" "''${tlpdbNix}" | tee "$out/tlpdb.nix.patch"
+  '';
+
   luaotfload-fonts = runCommand "texlive-test-lualatex" {
     nativeBuildInputs = [
       (with texlive; combine { inherit scheme-medium libertinus-fonts; })