plan9port: remove cf-private

No longer needed since #63381.
This commit is contained in:
Daiderd Jordan 2019-12-27 18:36:03 +01:00
parent 7fafd45ad7
commit 1de5065375
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation {
xorgproto libX11 libXext libXt fontconfig
freetype # fontsrv wants ft2build.h provides system fonts for acme and sam.
] ++ stdenv.lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
darwin.cf-private Carbon Cocoa IOKit Metal QuartzCore
Carbon Cocoa IOKit Metal QuartzCore
]);
builder = ./builder.sh;