Merge pull request #84927 from bhipple/zhf/ethminer

ethminer: mark as broken
This commit is contained in:
worldofpeace 2020-04-14 08:15:50 -04:00 committed by GitHub
commit 10f4dfcc04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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