From ccbefc66bbe528f70fd77a69b30d9d9838638249 Mon Sep 17 00:00:00 2001 From: xeji Date: Tue, 10 Apr 2018 22:54:46 +0200 Subject: [PATCH] cpp_ethereum: mark as broken --- pkgs/applications/misc/cpp-ethereum/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/cpp-ethereum/default.nix b/pkgs/applications/misc/cpp-ethereum/default.nix index 857254c3cb03..33b16e3242c6 100644 --- a/pkgs/applications/misc/cpp-ethereum/default.nix +++ b/pkgs/applications/misc/cpp-ethereum/default.nix @@ -80,5 +80,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3; maintainers = with maintainers; [ artuuge ]; platforms = platforms.linux; + broken = true; # 2018-04-10 }; }