about summary refs log tree commit diff
path: root/pkgs/applications/misc/cpp-ethereum/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/cpp-ethereum/default.nix')
-rw-r--r--pkgs/applications/misc/cpp-ethereum/default.nix1
1 files changed, 1 insertions, 0 deletions
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
   };
 }