glib: remove cf-private
This commit is contained in:
parent
ea4f282128
commit
b74a025f7f
@ -81,9 +81,6 @@ stdenv.mkDerivation rec {
|
|||||||
utillinuxMinimal # for libmount
|
utillinuxMinimal # for libmount
|
||||||
] ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
] ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||||
AppKit Carbon Cocoa CoreFoundation CoreServices Foundation
|
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 = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user