ethminer: mark as broken

Doesn't build with gcc9, and if overlayed to use gcc8 stdenv fails on CUDA issues.
gstqt5
Benjamin Hipple 2020-04-10 14:42:56 -04:00
parent 9569bf8223
commit 7f453f1822
1 changed files with 2 additions and 0 deletions

View File

@ -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;
};
}