Commit 34b41d0c authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

aeon: mark broken

No development upstream for past few years.

Fails to build against `gcc-13` on `master` as
https://hydra.nixos.org/build/249045599:

    In file included from /build/source/src/common/combinator.cpp:31:
    /build/source/src/common/combinator.h:38:1: error: 'uint64_t' does not name a type
       38 | uint64_t combinations_count(uint32_t k, uint32_t n);
          | ^~~~~~~~
parent e51ce7cd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@ stdenv.mkDerivation {
  hardeningDisable = [ "fortify" ];

  meta = with lib; {
    # Does not build against gcc-13. No development activity upstream
    # for past few years.
    broken = true;
    description = "Private, secure, untraceable currency";
    homepage = "http://www.aeon.cash/";
    license = licenses.bsd3;