bitcoin: don't override boost

This commit is contained in:
Pavol Rusnak
2023-07-14 16:20:17 +02:00
parent c9e26d7d3a
commit cef4da0bd8
-2
View File
@@ -36377,13 +36377,11 @@ with pkgs;
bitcoin = libsForQt5.callPackage ../applications/blockchains/bitcoin {
stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
boost = boost179;
withGui = true;
inherit (darwin) autoSignDarwinBinariesHook;
};
bitcoind = callPackage ../applications/blockchains/bitcoin {
boost = boost179;
withGui = false;
inherit (darwin) autoSignDarwinBinariesHook;
};