1 { lib, stdenv, fetchFromGitHub, cmake, pkg-config, git, doxygen, graphviz
2 , boost, miniupnpc, openssl, unbound, cppzmq
3 , pcsclite, readline, libsodium
13 src = fetchFromGitHub {
16 rev = "v${version}-aeon";
17 fetchSubmodules = true;
18 sha256 = "sha256-2MptLS12CUm9eUKm+V+yYpbLVwNyZeZ5HvAFyjEc4R4=";
21 nativeBuildInputs = [ cmake pkg-config git doxygen graphviz ];
24 boost miniupnpc openssl unbound
25 cppzmq pcsclite readline libsodium
30 "-DReadline_ROOT_DIR=${readline.dev}"
33 hardeningDisable = [ "fortify" ];
36 description = "Private, secure, untraceable currency";
37 homepage = "http://www.aeon.cash/";
38 license = licenses.bsd3;
39 maintainers = [ maintainers.aij ];
40 platforms = [ "x86_64-linux" ];