sonic-visualiser: mark broken

This commit is contained in:
Thomas Tuegel 2016-05-09 09:19:05 -05:00
parent a583fe221a
commit 5b73e2b8c8

View file

@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu maintainers.marcweber ];
platforms = platforms.linux;
broken = true;
};
}