diff --git a/pkgs/tools/typesetting/tex/tetex/default.nix b/pkgs/tools/typesetting/tex/tetex/default.nix index ab3d49c6b11..8d6c88a0004 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 7c3f516c494..4978c2e41b0 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;