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:
parent
101e5cdceb
commit
7787089f1d
@ -81,5 +81,6 @@ in stdenv.mkDerivation rec {
|
|||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ nand0p atemu ];
|
maintainers = with maintainers; [ nand0p atemu ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
broken = cudaSupport;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user