texlive-bin: remove detecting of local directory from mktex*
This commit is contained in:
parent
d16643c2dc
commit
4adc660fc5
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