Merge pull request #231835 from divanorama/bitcoin_darwin_fix

bitcoin: fix copmilation on x86_64-darwin
This commit is contained in:
Jörg Thalheim 2023-05-14 16:20:54 +01:00 committed by GitHub
commit 5fe2e6fbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;