summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-17 21:24:45 +0800
committerGitHub <noreply@github.com>2022-01-17 21:24:45 +0800
commitbd05750ca6786ceae376a3e8d480c32c259d07e6 (patch)
tree95a5d0243f4193f1434da68fd6933fa124f64e2d /pkgs
parent9739b153f2e483db5c2ac51762abcda2675f1ca6 (diff)
parent3c2dc29a04e61117dd6e82c881279ddc2bc33c21 (diff)
downloadnixpkgs-bd05750ca6786ceae376a3e8d480c32c259d07e6.tar
nixpkgs-bd05750ca6786ceae376a3e8d480c32c259d07e6.tar.gz
nixpkgs-bd05750ca6786ceae376a3e8d480c32c259d07e6.tar.bz2
nixpkgs-bd05750ca6786ceae376a3e8d480c32c259d07e6.tar.lz
nixpkgs-bd05750ca6786ceae376a3e8d480c32c259d07e6.tar.xz
nixpkgs-bd05750ca6786ceae376a3e8d480c32c259d07e6.tar.zst
nixpkgs-bd05750ca6786ceae376a3e8d480c32c259d07e6.zip
Merge pull request #155111 from wentasah/amc-fix-texinputs
auto-multiple-choice: Fix TEXINPUTS
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/auto-multiple-choice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/auto-multiple-choice/default.nix b/pkgs/applications/misc/auto-multiple-choice/default.nix
index 3f8edac97b6..174d6e22ccb 100644
--- a/pkgs/applications/misc/auto-multiple-choice/default.nix
+++ b/pkgs/applications/misc/auto-multiple-choice/default.nix
@@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
       XMLWriter
     ]}:"$out/share/perl5 \
     --prefix XDG_DATA_DIRS : "$out/share" \
-    --set TEXINPUTS ":.:$out/share/texmf/tex/latex/AMC"
+    --set TEXINPUTS ":.:$out/tex/latex"
   '';
 
   nativeBuildInputs = [