Skip to content

Commit

Permalink
monero-cli, monero-gui: pin boost 1.86 (#375181)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj authored Jan 20, 2025
2 parents bc2a7ec + c1e831f commit 4147418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/monero-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
fetchpatch2,
cmake,
pkg-config,
boost,
boost186,
libsodium,
miniupnpc,
openssl,
Expand Down Expand Up @@ -78,7 +78,7 @@ stdenv.mkDerivation rec {

buildInputs =
[
boost
boost186 # uses boost/asio/io_service.hpp
libsodium
miniupnpc
openssl
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/monero-gui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lib,
fetchFromGitHub,
makeDesktopItem,
boost,
boost186,
cmake,
libgcrypt,
libgpg-error,
Expand Down Expand Up @@ -55,7 +55,7 @@ stdenv.mkDerivation rec {

buildInputs =
[
boost
boost186 # uses boost/asio/io_service.hpp
libgcrypt
libgpg-error
libsodium
Expand Down

0 comments on commit 4147418

Please sign in to comment.