monero-gui: remove CoreData again
This commit is contained in:
parent
b9e5aeaf79
commit
a7e63bc998
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
, qtwebengine, qtx11extras, qtxmlpatterns
|
||||
, monero, unbound, readline, boost, libunwind
|
||||
, pcsclite, zeromq, cppzmq, pkgconfig
|
||||
, CoreData
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
|
@ -31,7 +30,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
|
||||
|
|
Loading…
Reference in a new issue