gnome-vfs-monikers: cleanup CPPFLAGS

svn path=/nixpkgs/trunk/; revision=32916
This commit is contained in:
Yury G. Kudryashov 2012-03-08 22:45:11 +00:00
parent 5d42d15d15
commit e7e3a28ac6

View File

@ -7,7 +7,4 @@ stdenv.mkDerivation {
sha256 = "0gpgk5vwhgqfhrd8pf1314kh7sv3jfqll2xbdbrs5s5sxy3v7b15";
};
buildInputs = [ pkgconfig glib intltool gnome_vfs libbonobo ];
CPPFLAGS = "-I${libbonobo}/include/libbonobo-2.0 -I${libbonobo}/include/bonobo-activation-2.0 "+
"-I${glib}/include/glib-2.0 -I${glib}/lib/glib-2.0/include -I${ORBit2}/include/orbit-2.0 "+
"-I${gnome_vfs}/include/gnome-vfs-2.0";
}