darwin purity: tetex-3.0

This commit is contained in:
Jude Taylor 2015-06-19 12:56:29 -07:00
parent 2c79dcd5ce
commit 099f85465c

View File

@ -39,6 +39,8 @@ stdenv.mkDerivation {
mkdir -p $out/share/texmf
mkdir -p $out/share/texmf-dist
gunzip < $texmf | (cd $out/share/texmf-dist && tar xvf -)
substituteInPlace ./tetex-src-3.0/configure --replace /usr/bin/install $(type -P install)
'';
meta = with stdenv.lib; {