From 179218252bbd6d50559128e8381db9c194ab26d9 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Wed, 23 Sep 2015 21:16:12 +0200 Subject: tetex: don't build on Hydra anymore Only asciidoc refers to it now (and broken latex2html). --- pkgs/tools/typesetting/tex/tetex/default.nix | 2 +- pkgs/top-level/release-small.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/tools/typesetting/tex/tetex/default.nix b/pkgs/tools/typesetting/tex/tetex/default.nix index ab3d49c6b117..8d6c88a0004e 100644 --- a/pkgs/tools/typesetting/tex/tetex/default.nix +++ b/pkgs/tools/typesetting/tex/tetex/default.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation { homepage = http://www.tug.org/tetex/; matintainers = with maintainers; [ lovek323 ]; platforms = platforms.unix; - hydraPlatforms = platforms.linux; + hydraPlatforms = []; }; } diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix index 7c3f516c4944..4978c2e41b03 100644 --- a/pkgs/top-level/release-small.nix +++ b/pkgs/top-level/release-small.nix @@ -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; -- cgit 1.4.1