15 , wrapQtAppsHook ? null
18 stdenv.mkDerivation rec {
22 name = pname + toString (lib.optional (!withGui) "d") + "-" + version;
24 src = fetchFromGitHub {
25 owner = "digibyte-core";
28 sha256 = "zPwnC2qd28fA1saG4nysPlKU1nnXhfuSG3DpCY6T+kM=";
35 ] ++ lib.optionals withGui [
45 ] ++ lib.optionals withGui [
51 enableParallelBuilding = true;
54 "--with-boost-libdir=${boost.out}/lib"
55 ] ++ lib.optionals withGui [
57 "--with-qt-bindir=${qtbase.dev}/bin:${qttools.dev}/bin"
61 description = "DigiByte (DGB) is a rapidly growing decentralized, global blockchain";
62 homepage = "https://digibyte.io/";
63 license = licenses.mit;
64 maintainers = [ maintainers.mmahut ];
65 platforms = platforms.linux;