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:
Sergei Trofimovich 2024-02-23 21:47:58 +00:00
parent 7f81b2dee0
commit f8385fee9b

View file

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