mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #84927 from bhipple/zhf/ethminer
ethminer: mark as broken
This commit is contained in:
commit
10f4dfcc04
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user