about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-14 08:15:50 -0400
committerGitHub <noreply@github.com>2020-04-14 08:15:50 -0400
commit10f4dfcc04b6888edd4cd46a4a0f0e202f505a9d (patch)
tree6b02fa37bef15bf81cdb3dec4ac265f3b49bf87d /pkgs/tools/misc
parentfd438d5f09d8f8da3d46b7258507abef1571278c (diff)
parent7f453f18228b84bc400aba1979c91fc571361962 (diff)
downloadnixlib-10f4dfcc04b6888edd4cd46a4a0f0e202f505a9d.tar
nixlib-10f4dfcc04b6888edd4cd46a4a0f0e202f505a9d.tar.gz
nixlib-10f4dfcc04b6888edd4cd46a4a0f0e202f505a9d.tar.bz2
nixlib-10f4dfcc04b6888edd4cd46a4a0f0e202f505a9d.tar.lz
nixlib-10f4dfcc04b6888edd4cd46a4a0f0e202f505a9d.tar.xz
nixlib-10f4dfcc04b6888edd4cd46a4a0f0e202f505a9d.tar.zst
nixlib-10f4dfcc04b6888edd4cd46a4a0f0e202f505a9d.zip
Merge pull request #84927 from bhipple/zhf/ethminer
ethminer: mark as broken
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/ethminer/default.nix2
1 files changed, 2 insertions, 0 deletions
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;
   };
 
 }