summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 19:46:29 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:28 +0200
commit5e5c5382f608a729343dc624488383a7d6b233a7 (patch)
treee7deac4bb6f8665c1aae5e4615006d858f5230b7 /pkgs/applications/editors
parentc22f86a853a5045b9d4b6cd79425d968de24b999 (diff)
downloadnixpkgs-5e5c5382f608a729343dc624488383a7d6b233a7.tar
nixpkgs-5e5c5382f608a729343dc624488383a7d6b233a7.tar.gz
nixpkgs-5e5c5382f608a729343dc624488383a7d6b233a7.tar.bz2
nixpkgs-5e5c5382f608a729343dc624488383a7d6b233a7.tar.lz
nixpkgs-5e5c5382f608a729343dc624488383a7d6b233a7.tar.xz
nixpkgs-5e5c5382f608a729343dc624488383a7d6b233a7.tar.zst
nixpkgs-5e5c5382f608a729343dc624488383a7d6b233a7.zip
treewide: Make explicit that 'dev' output of cairo is used
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs-25/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs-25/default.nix b/pkgs/applications/editors/emacs-25/default.nix
index f798843639c..e2d5e78c94a 100644
--- a/pkgs/applications/editors/emacs-25/default.nix
+++ b/pkgs/applications/editors/emacs-25/default.nix
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
              "--with-gif=no" "--with-tiff=no" ];
 
   NIX_CFLAGS_COMPILE = stdenv.lib.optionalString (stdenv.isDarwin && withX)
-    "-I${cairo}/include/cairo";
+    "-I${cairo.dev}/include/cairo";
 
   preBuild = ''
     find . -name '*.elc' -delete