mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 16:38:02 +00:00
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); | ^~~~~~~~
This commit is contained in:
parent
e51ce7cd44
commit
34b41d0c74
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user