calamares: mark broken

This commit is contained in:
Thomas Tuegel 2016-03-23 08:44:05 -05:00
parent edca647059
commit b8db5897c7

View File

@ -51,5 +51,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ tstrobel ];
platforms = platforms.linux;
broken = true;
};
}