firestr: mark broken

This commit is contained in:
Thomas Tuegel 2016-05-09 05:58:17 -05:00
parent 3a62eab2c9
commit e60eb28873

View file

@ -31,5 +31,6 @@ stdenv.mkDerivation {
license = licenses.gpl3;
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
broken = true;
};
}