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

aeon: mark broken
This commit is contained in:
Raghav Sood
2024-02-17 21:34:58 +08:00
committed by GitHub
@@ -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;