mstflint: mark as broken

This commit is contained in:
xeji 2018-04-11 01:20:44 +02:00
parent 386772b665
commit 1ca9e4ae4c

View file

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];
broken = true; # 2018-04-11
};
}