diff --git a/component/inkscape/buildout.cfg b/component/inkscape/buildout.cfg
index cd1ecb6d716012be67b6af187c4d4dee921587d4..7439e6a6d3759f0348d2ee5bf588295f7e8c52cd 100644
--- a/component/inkscape/buildout.cfg
+++ b/component/inkscape/buildout.cfg
@@ -6,6 +6,7 @@ extends =
   ../freetype/buildout.cfg
   ../garbage-collector/buildout.cfg
   ../gcc/buildout.cfg
+  ../gettext/buildout.cfg
   ../glibmm/buildout.cfg
   ../gtk-2/buildout.cfg
   ../gtkmm/buildout.cfg
@@ -54,7 +55,7 @@ configure-options =
   --without-perl
   --without-python
 environment =
-  PATH=${freetype:location}/bin:${gdk-pixbuf:location}/bin:${glib:location}/bin:${intltool:location}/bin:${libxml2:location}/bin:${pkgconfig:location}/bin:${pango:location}/bin:${perl:location}/bin:%(PATH)s
+  PATH=${freetype:location}/bin:${gdk-pixbuf:location}/bin:${gettext:location}/bin:${glib:location}/bin:${intltool:location}/bin:${libxml2:location}/bin:${pkgconfig:location}/bin:${pango:location}/bin:${perl:location}/bin:%(PATH)s
   PKG_CONFIG_PATH=${:pkg_config_depends}
   CPPFLAGS=-I${boost-lib:location}/include -I${cairo:location}/include -I${garbage-collector:location}/include -I${libpng:location}/include -I${popt:location}/include
 # rpath seems not taken from pkgconfig...