Revert "cairo: Add ApplicationServices as propagatedBuildInput"

This reverts commit 0f67005c4a.
This commit is contained in:
Daiderd Jordan
2017-01-09 20:58:16 +01:00
parent 755c2929dd
commit ab0bb24973
2 changed files with 6 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
] ++ libintlOrEmpty ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
CoreGraphics
CoreText
ApplicationServices
Carbon
]);
@@ -56,9 +57,6 @@ stdenv.mkDerivation rec {
++ optionals xcbSupport [ libxcb xcbutil ]
++ optional gobjectSupport glib
++ optional glSupport mesa_noglu
++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
ApplicationServices
])
; # TODO: maybe liblzo but what would it be for here?
configureFlags = if stdenv.isDarwin then [