about summary refs log tree commit diff
path: root/pkgs/development/libraries/pangomm/2.28.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/pangomm/2.28.x.nix')
-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/;