Unverified Commit 66ea5ff6 authored by Raghav Sood's avatar Raghav Sood Committed by GitHub
Browse files

Merge pull request #289510 from trofi/aeon-mark-broken

aeon: mark broken
parents 619cb8eb 34b41d0c
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;