cpp_ethereum: mark as broken

This commit is contained in:
xeji 2018-04-10 22:54:46 +02:00
parent 51cc22c14a
commit ccbefc66bb

View File

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