bitcoin-unlimited: build with latest Qt

This commit is contained in:
rnhmjoj 2022-11-24 12:20:58 +01:00
parent ce270b33ef
commit 02f81170c4
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -33546,7 +33546,7 @@ with pkgs;
withGui = false;
};
bitcoin-unlimited = libsForQt514.callPackage ../applications/blockchains/bitcoin-unlimited {
bitcoin-unlimited = libsForQt5.callPackage ../applications/blockchains/bitcoin-unlimited {
inherit (darwin.apple_sdk.frameworks) Foundation ApplicationServices AppKit;
withGui = true;
};