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" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ nand0p ];
|
maintainers = with maintainers; [ nand0p ];
|
||||||
license = licenses.gpl2;
|
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