From 7f453f18228b84bc400aba1979c91fc571361962 Mon Sep 17 00:00:00 2001 From: Benjamin Hipple Date: Fri, 10 Apr 2020 14:42:56 -0400 Subject: ethminer: mark as broken Doesn't build with gcc9, and if overlayed to use gcc8 stdenv fails on CUDA issues. --- pkgs/tools/misc/ethminer/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs') diff --git a/pkgs/tools/misc/ethminer/default.nix b/pkgs/tools/misc/ethminer/default.nix index 8eb795c23830..d593d677cc32 100644 --- a/pkgs/tools/misc/ethminer/default.nix +++ b/pkgs/tools/misc/ethminer/default.nix @@ -71,6 +71,8 @@ stdenv.mkDerivation rec { platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ nand0p ]; license = licenses.gpl2; + # Doesn't build with gcc9, and if overlayed to use gcc8 stdenv fails on CUDA issues. + broken = true; }; } -- cgit 1.4.1