Commit 7787089f authored by Atemu's avatar Atemu
Browse files

ethminer: mark cuda version as broken

Doesn't build on my machine, needs https://github.com/NixOS/nixpkgs/pull/109838
parent 101e5cdc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,5 +81,6 @@ in stdenv.mkDerivation rec {
    platforms = [ "x86_64-linux" ];
    maintainers = with maintainers; [ nand0p atemu ];
    license = licenses.gpl2;
    broken = cudaSupport;
  };
}