Merge pull request #214934 from thblt/amc-default-lib-dir

auto-multiple-choice: make /nonexistent the default lib dir (fix #214724)
This commit is contained in:
Naïm Favier
2023-02-06 16:30:32 +01:00
committed by GitHub
@@ -42,7 +42,8 @@ stdenv.mkDerivation rec {
# Relative paths.
"BINDIR=/bin"
"PERLDIR=/share/perl5"
"MODSDIR=/lib/"
"MODSDIR=/nonexistent" # AMC will test for that dir before
# defaulting to the "portable" strategy, so this test *must* fail.
"TEXDIR=/tex/latex/" # what texlive.combine expects
"TEXDOCDIR=/share/doc/texmf/" # TODO where to put this?
"MAN1DIR=/share/man/man1"