rubber: Disable etex detection.
If etex detection is running it forces LaTeX files using etex package to be compiled with elatex which is no longer part of current TexLive, efectivelly making it impossible to simply compile them without hacking through rubber's commandline option. I took this fix from fedora .spec for rubber.
This commit is contained in:
parent
824879cfd4
commit
7ade583953
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
patchPhase = "substituteInPlace configure --replace which \"type -P\"";
|
||||
|
||||
postInstall = "rm $out/share/rubber/modules/etex.rub";
|
||||
|
||||
meta = {
|
||||
description = "Wrapper for LaTeX and friends";
|
||||
|
||||
|
|
Loading…
Reference in a new issue