about summary refs log tree commit diff
path: root/pkgs/development/libraries/pangomm
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-08-03 10:45:13 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-08-03 10:45:13 +0200
commit98f37166505f3559f53bef238cebc5a69fe00201 (patch)
tree782f4e25acde2ec85edb8c3bc21bfaf263f1a852 /pkgs/development/libraries/pangomm
parentd374527509657cfeb8499118b26e7605fab8f4d2 (diff)
downloadnixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar.gz
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar.bz2
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar.lz
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar.xz
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.tar.zst
nixlib-98f37166505f3559f53bef238cebc5a69fe00201.zip
clean some include flags that weren't really needed
Tested the builds still work (x86_64-linux).
Diffstat (limited to 'pkgs/development/libraries/pangomm')
-rw-r--r--pkgs/development/libraries/pangomm/2.28.x.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/pangomm/2.28.x.nix b/pkgs/development/libraries/pangomm/2.28.x.nix
index d03aa4311fe0..6843ff7a3072 100644
--- a/pkgs/development/libraries/pangomm/2.28.x.nix
+++ b/pkgs/development/libraries/pangomm/2.28.x.nix
@@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ pkgconfig ];
   propagatedBuildInputs = [ pango glibmm cairomm libpng cairo ];
 
-  NIX_CFLAGS_COMPILE = "-I${cairo}/include/cairo";
-
   meta = with stdenv.lib; {
     description = "C++ interface to the Pango text rendering library";
     homepage    = http://www.pango.org/;