mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-22 01:11:02 +03:00
tests.texlive.fmtutilCnf: init
This commit is contained in:
parent
5fc3462a46
commit
e40614da00
1 changed files with 12 additions and 0 deletions
|
@ -152,4 +152,16 @@
|
||||||
| tee "$out/scheme-infraonly/$fname.patch"
|
| tee "$out/scheme-infraonly/$fname.patch"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# test that fmtutil.cnf is fully regenerated on scheme-full
|
||||||
|
fmtutilCnf = runCommandNoCC "texlive-test-fmtutil.cnf" {
|
||||||
|
kpathsea = lib.head texlive.kpathsea.pkgs;
|
||||||
|
schemeFull = texlive.combined.scheme-full;
|
||||||
|
} ''
|
||||||
|
mkdir -p "$out"
|
||||||
|
|
||||||
|
diff --ignore-matching-lines='^# Generated by ' -u \
|
||||||
|
{"$kpathsea","$schemeFull"/share/texmf}/web2c/fmtutil.cnf \
|
||||||
|
| tee "$out/fmtutil.cnf.patch"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue