Loading pkgs/applications/blockchains/litecoin/default.nix +9 −1 Original line number Diff line number Diff line { lib, stdenv, mkDerivation, fetchFromGitHub { lib, stdenv, mkDerivation, fetchFromGitHub, fetchpatch , pkg-config, autoreconfHook , openssl, db48, boost, zlib, miniupnpc , glib, protobuf, util-linux, qrencode Loading @@ -20,6 +20,14 @@ mkDerivation rec { sha256 = "sha256-TuDc47TZOEQA5Lr4DQkEhnO/Szp9h71xPjaBL3jFWuM="; }; patches = [ (fetchpatch { name = "boost1770.patch"; url = "https://aur.archlinux.org/cgit/aur.git/plain/boost1770.patch?h=litecoin-qt&id=dc75ad854af123f375b5b683be64aa14573170d7"; hash = "sha256-PTkYQRA8n5a9yR2AvpzH5natsXT2W6Xjo0ONCPJx78k="; }) ]; nativeBuildInputs = [ pkg-config autoreconfHook ]; buildInputs = [ openssl db48 boost zlib zeromq fmt miniupnpc glib protobuf util-linux libevent ] Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -35989,7 +35989,7 @@ with pkgs; litecoin = libsForQt5.callPackage ../applications/blockchains/litecoin { inherit (darwin.apple_sdk.frameworks) AppKit; boost = pkgs.boost174; boost = pkgs.boost177; }; litecoind = litecoin.override { withGui = false; }; Loading
pkgs/applications/blockchains/litecoin/default.nix +9 −1 Original line number Diff line number Diff line { lib, stdenv, mkDerivation, fetchFromGitHub { lib, stdenv, mkDerivation, fetchFromGitHub, fetchpatch , pkg-config, autoreconfHook , openssl, db48, boost, zlib, miniupnpc , glib, protobuf, util-linux, qrencode Loading @@ -20,6 +20,14 @@ mkDerivation rec { sha256 = "sha256-TuDc47TZOEQA5Lr4DQkEhnO/Szp9h71xPjaBL3jFWuM="; }; patches = [ (fetchpatch { name = "boost1770.patch"; url = "https://aur.archlinux.org/cgit/aur.git/plain/boost1770.patch?h=litecoin-qt&id=dc75ad854af123f375b5b683be64aa14573170d7"; hash = "sha256-PTkYQRA8n5a9yR2AvpzH5natsXT2W6Xjo0ONCPJx78k="; }) ]; nativeBuildInputs = [ pkg-config autoreconfHook ]; buildInputs = [ openssl db48 boost zlib zeromq fmt miniupnpc glib protobuf util-linux libevent ] Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -35989,7 +35989,7 @@ with pkgs; litecoin = libsForQt5.callPackage ../applications/blockchains/litecoin { inherit (darwin.apple_sdk.frameworks) AppKit; boost = pkgs.boost174; boost = pkgs.boost177; }; litecoind = litecoin.override { withGui = false; };