monero-gui: remove CoreData again
This commit is contained in:
parent
b9e5aeaf79
commit
a7e63bc998
@ -6,7 +6,6 @@
|
|||||||
, qtwebengine, qtx11extras, qtxmlpatterns
|
, qtwebengine, qtx11extras, qtxmlpatterns
|
||||||
, monero, unbound, readline, boost, libunwind
|
, monero, unbound, readline, boost, libunwind
|
||||||
, pcsclite, zeromq, cppzmq, pkgconfig
|
, pcsclite, zeromq, cppzmq, pkgconfig
|
||||||
, CoreData
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
@ -31,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
qtxmlpatterns monero unbound readline
|
qtxmlpatterns monero unbound readline
|
||||||
boost libunwind pcsclite zeromq cppzmq
|
boost libunwind pcsclite zeromq cppzmq
|
||||||
makeWrapper
|
makeWrapper
|
||||||
] ++ stdenv.lib.optional stdenv.isDarwin CoreData;
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./move-log-file.patch
|
./move-log-file.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user