12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-+hBc7jW1MVLVjYXNOV7QvFJJpZ5RzW5/c9NdqOXrsj0=";
23 nativeBuildInputs = [ pkg-config qmake ];
25 dontWrapQtApps = true; # no GUI
27 buildInputs = [ python3 qtbase rocksdb_7_10 zeromq ];
30 description = "Fast & nimble SPV server for Bitcoin Cash & Bitcoin BTC";
31 homepage = "https://github.com/cculianu/Fulcrum";
32 maintainers = with maintainers; [ prusnak ];
33 license = licenses.gpl3Plus;
34 platforms = platforms.unix;