Merge pull request #231835 from divanorama/bitcoin_darwin_fix
bitcoin: fix copmilation on x86_64-darwin
This commit is contained in:
commit
5fe2e6fbb3
@ -35487,6 +35487,7 @@ with pkgs;
|
||||
balanceofsatoshis = nodePackages.balanceofsatoshis;
|
||||
|
||||
bitcoin = libsForQt5.callPackage ../applications/blockchains/bitcoin {
|
||||
stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
|
||||
boost = boost17x;
|
||||
withGui = true;
|
||||
inherit (darwin) autoSignDarwinBinariesHook;
|
||||
|
Loading…
Reference in New Issue
Block a user