mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
darwin purity: tetex-3.0
This commit is contained in:
parent
2c79dcd5ce
commit
099f85465c
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user