tetex: don't build on Hydra anymore

Only asciidoc refers to it now (and broken latex2html).
This commit is contained in:
Vladimír Čunát 2015-09-23 21:16:12 +02:00
parent 77084d3056
commit 179218252b
2 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation {
homepage = http://www.tug.org/tetex/;
matintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
hydraPlatforms = platforms.linux;
hydraPlatforms = [];
};
}

View File

@ -158,7 +158,6 @@ with import ./release-lib.nix { inherit supportedSystems; };
sysvtools = linux;
tcl = linux;
tcpdump = linux;
tetex = linux;
texLive = linux;
texLiveBeamer = linux;
texLiveExtra = linux;