glib: remove cf-private

This commit is contained in:
Daiderd Jordan 2019-06-20 18:37:48 +02:00
parent ea4f282128
commit b74a025f7f
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -81,9 +81,6 @@ stdenv.mkDerivation rec {
utillinuxMinimal # for libmount
] ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
AppKit Carbon Cocoa CoreFoundation CoreServices Foundation
# Needed for CFURLCreateFromFSRef, etc. which have deen deprecated
# since 10.9 and are not part of swift-corelibs CoreFoundation.
darwin.cf-private
]);
nativeBuildInputs = [