monero-gui: remove CoreData again

This commit is contained in:
Jörg Thalheim 2018-04-04 11:16:21 +01:00
parent b9e5aeaf79
commit a7e63bc998

View File

@ -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