whoops, don't forget to add gettext here
svn path=/nixpkgs/trunk/; revision=5691
This commit is contained in:
parent
9ae0ce91c4
commit
836bfe2365
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue