monero-gui: blind darwin fix
This commit is contained in:
parent
650aec314f
commit
dff0404d8d
@ -6,6 +6,7 @@
|
||||
, qtwebengine, qtx11extras, qtxmlpatterns
|
||||
, monero, unbound, readline, boost, libunwind
|
||||
, pcsclite, zeromq, cppzmq, pkgconfig
|
||||
, CoreData
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
@ -30,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
qtxmlpatterns monero unbound readline
|
||||
boost libunwind pcsclite zeromq cppzmq
|
||||
makeWrapper
|
||||
];
|
||||
] ++ stdenv.lib.optional stdenv.isDarwin CoreData;
|
||||
|
||||
patches = [
|
||||
./move-log-file.patch
|
||||
|
@ -16706,6 +16706,7 @@ with pkgs;
|
||||
};
|
||||
|
||||
monero-gui = libsForQt5.callPackage ../applications/altcoins/monero-gui {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreData;
|
||||
boost = boost15x;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user