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