ethminer: mark cuda version as broken

Doesn't build on my machine, needs https://github.com/NixOS/nixpkgs/pull/109838
This commit is contained in:
Atemu 2021-04-25 13:03:33 +02:00
parent 101e5cdceb
commit 7787089f1d

View file

@ -81,5 +81,6 @@ in stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ nand0p atemu ];
license = licenses.gpl2;
broken = cudaSupport;
};
}