20 stdenv.mkDerivation rec {
21 pname = "gridcoin-research";
22 version = "5.4.8.0-hotfix-1";
24 src = fetchFromGitHub {
25 owner = "gridcoin-community";
26 repo = "Gridcoin-Research";
28 hash = "sha256-e58GJNiZq4LP/HTeveTQD6APeTvUbhUTwMwhU+PiVc0=";
53 "--with-qt-bindir=${qtbase.dev}/bin:${qttools.dev}/bin"
55 "--with-boost-libdir=${boost.out}/lib"
58 enableParallelBuilding = true;
61 description = "POS-based cryptocurrency that rewards users for participating on the BOINC network";
63 A POS-based cryptocurrency that rewards users for participating on the BOINC network,
64 using peer-to-peer technology to operate with no central authority - managing transactions,
65 issuing money and contributing to scientific research are carried out collectively by the network
67 homepage = "https://gridcoin.us/";
68 license = licenses.mit;
69 maintainers = with maintainers; [ gigglesquid ];
70 platforms = platforms.linux;