3
0
Fork 0
forked from mirrors/nixpkgs

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.
This commit is contained in:
Peter Simons 2016-04-20 23:13:40 +02:00
parent c9e300b458
commit 00ac3ac6ce

View file

@ -156,5 +156,6 @@ rec {
maintainers = with maintainers; [ lovek323 raskin jwiegley ]; maintainers = with maintainers; [ lovek323 raskin jwiegley ];
platforms = platforms.unix; platforms = platforms.unix;
hydraPlatforms = []; hydraPlatforms = [];
broken = true; # https://github.com/NixOS/nixpkgs/issues/14807
}; };
} }