beret: mark as broken

/cc maintainer @lovek323.
This commit is contained in:
Vladimír Čunát 2015-12-21 12:09:16 +01:00
parent 94b5099d31
commit 3ddd19959c

View file

@ -35,6 +35,7 @@ stdenv.mkDerivation {
license = licenses.lgpl2;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.all;
broken = true; # source won't download, and no replacement is visible
};
}