Merge pull request #15874 from abbradar/texlive-argv0
texlive-bin: remove detecting of local directory from mktex*
This commit is contained in:
commit
25ae14aa38
1 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,12 @@ core = stdenv.mkDerivation rec {
|
|||
perl
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
for i in texk/kpathsea/mktex*; do
|
||||
sed -i '/^mydir=/d' "$i"
|
||||
done
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
rm -r libs/{cairo,freetype2,gd,gmp,graphite2,harfbuzz,icu,libpaper,libpng} \
|
||||
libs/{mpfr,pixman,poppler,potrace,xpdf,zlib,zziplib}
|
||||
|
|
Loading…
Reference in a new issue