mmex: mark broken

This commit is contained in:
superherointj 2022-09-23 10:10:04 -03:00
parent 4ef0605835
commit f681d14722

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [viric];
platforms = with lib.platforms; linux;
broken = true; # at 2022-11-23
};
}