whoops, don't forget to add gettext here

svn path=/nixpkgs/trunk/; revision=5691
This commit is contained in:
Armijn Hemel 2006-07-11 23:35:34 +00:00
parent 9ae0ce91c4
commit 836bfe2365

View file

@ -2279,7 +2279,7 @@ rec {
gimp = (import ../applications/graphics/gimp) {
inherit fetchurl stdenv pkgconfig freetype fontconfig
libtiff libjpeg libpng libexif zlib perl perlXMLParser python pygtk;
libtiff libjpeg libpng libexif zlib perl perlXMLParser python pygtk gettext;
inherit (gnome) gtk libgtkhtml glib pango atk libart_lgpl;
};