From 00ac3ac6ceb370fc234855b16fb38da401717f80 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 20 Apr 2016 23:13:40 +0200 Subject: [PATCH] texlive (old): mark build as broken Reported in https://github.com/NixOS/nixpkgs/issues/14807. It's probably about time to convert to the new texlive code, which is *much* nicer. See http://nixos.org/nixpkgs/manual/#sec-language-texlive for details. --- pkgs/tools/typesetting/tex/texlive/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix index 6baaf12b8572..3a93c6445a72 100644 --- a/pkgs/tools/typesetting/tex/texlive/default.nix +++ b/pkgs/tools/typesetting/tex/texlive/default.nix @@ -156,5 +156,6 @@ rec { maintainers = with maintainers; [ lovek323 raskin jwiegley ]; platforms = platforms.unix; hydraPlatforms = []; + broken = true; # https://github.com/NixOS/nixpkgs/issues/14807 }; }