mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
tetex: don't build on Hydra anymore
Only asciidoc refers to it now (and broken latex2html).
This commit is contained in:
parent
77084d3056
commit
179218252b
@ -48,7 +48,7 @@ stdenv.mkDerivation {
|
||||
homepage = http://www.tug.org/tetex/;
|
||||
matintainers = with maintainers; [ lovek323 ];
|
||||
platforms = platforms.unix;
|
||||
hydraPlatforms = platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user