mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
xmr-stak: mark broken
The package fails to build against `gcc-13` in `master` as https://hydra.nixos.org/build/250610712: In file included from /build/source/xmrstak/backend/cpu/hwlocMemory.cpp:5: /build/source/./xmrstak/misc/console.hpp:69:9: error: 'FILE' does not name a type 69 | FILE* logfile; | ^~~~ Upstream did not see any changes over past 3 years. Let's mark the package as broken and schedule it for removal.
This commit is contained in:
parent
7f81b2dee0
commit
f8385fee9b
@ -38,6 +38,9 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
# Does not build against gcc-13. No development activity upstream
|
||||
# for past few years.
|
||||
broken = true;
|
||||
description = "Unified All-in-one Monero miner";
|
||||
homepage = "https://github.com/fireice-uk/xmr-stak";
|
||||
license = licenses.gpl3Plus;
|
||||
|
Loading…
Reference in New Issue
Block a user