mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -81,5 +81,6 @@ in stdenv.mkDerivation rec {
|
|||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ nand0p atemu ];
|
||||
license = licenses.gpl2;
|
||||
broken = cudaSupport;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue