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:
Vladimir Still 2014-11-08 14:28:40 +01:00 committed by Aristid Breitkreuz
parent 824879cfd4
commit 7ade583953

View file

@ -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";