meshlab: mark as broken

This commit is contained in:
xeji 2018-04-11 01:15:18 +02:00
parent a13945e1a2
commit db409adaac

View file

@ -61,5 +61,6 @@ in stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true; # 2018-04-11
};
}