sup: mark as broken

Several of its buildInputs (given in all-packages.nix) does not exist
anymore (version updates and attribute renaming?).

Mark as broken to unblock nixpkgs channel.
This commit is contained in:
Bjørn Forsman 2014-08-23 14:20:37 +02:00
parent aafb5aafe4
commit 624fb66605
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ lovek323 ];
platforms = stdenv.lib.platforms.unix;
broken = true;
};
dontStrip = true;