15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
20 owner = "sumoprojects";
23 hash = "sha256-CHZ6hh60U6mSR68CYDKMWTYyX1koF4gA7YrA1P5f0Dk=";
28 sed -i 's/if (UNIX)/if (0)/g' src/utilities/*_utilities/CMakeLists.txt
46 env.CXXFLAGS = "-include cstdint";
48 # cc1: error: '-Wformat-security' ignored without '-Wformat' [-Werror=format-security]
49 hardeningDisable = [ "format" ];
52 description = "Fork of Monero and a truely fungible cryptocurrency";
53 homepage = "https://www.sumokoin.org/";
54 license = licenses.bsd3;
55 maintainers = with maintainers; [ wegank ];
56 platforms = platforms.linux;