forked from mirrors/nixpkgs
bitcoin-unlimited: build with latest Qt
This commit is contained in:
parent
ce270b33ef
commit
02f81170c4
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue