avxsynth: mark as broken

This commit is contained in:
xeji 2018-04-10 22:31:44 +02:00
parent 1fc55ad414
commit d862700486

View File

@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ codyopel viric ];
platforms = platforms.linux;
broken = true; # 2018-04-10
};
}