From 0f67005c4a2651ab0d9a48468a4873cff3551b8b Mon Sep 17 00:00:00 2001 From: Johannes Bornhold Date: Sat, 24 Dec 2016 01:11:19 +0100 Subject: cairo: Add ApplicationServices as propagatedBuildInput Noticed that it caused depending packages to fail, like librsvg, imagemagiv, graphviz. --- pkgs/development/libraries/cairo/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/development/libraries/cairo/default.nix') 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 [ -- cgit 1.4.1