about summary refs log tree commit diff
path: root/pkgs/development/libraries/cairo/default.nix
diff options
context:
space:
mode:
authorJohannes Bornhold <johannes@bornhold.name>2016-12-24 01:11:19 +0100
committerJohannes Bornhold <johannes@bornhold.name>2017-01-07 19:21:42 +0100
commit0f67005c4a2651ab0d9a48468a4873cff3551b8b (patch)
tree2bef028b93c03ee4a3fc1a14af3476ae7b28e406 /pkgs/development/libraries/cairo/default.nix
parent8f7adffe4deefafc40f170194718e7837bf9208a (diff)
cairo: Add ApplicationServices as propagatedBuildInput
Noticed that it caused depending packages to fail, like librsvg, imagemagiv, graphviz.
Diffstat (limited to 'pkgs/development/libraries/cairo/default.nix')
-rw-r--r--pkgs/development/libraries/cairo/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/libraries/cairo/default.nix b/pkgs/development/libraries/cairo/default.nix
index 7df72bc056050..5b40f27674da1 100644
--- a/pkgs/development/libraries/cairo/default.nix
+++ b/pkgs/development/libraries/cairo/default.nix
@@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
   ] ++ libintlOrEmpty ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
     CoreGraphics
     CoreText
-    ApplicationServices
     Carbon
   ]);
 
@@ -57,6 +56,9 @@ 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 [