Merge pull request #289510 from trofi/aeon-mark-broken
aeon: mark broken
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user