forked from mirrors/nixpkgs
Fixed undeclared gettext dependency for libgsf
svn path=/nixpkgs/trunk/; revision=8989
This commit is contained in:
parent
74df4c50c6
commit
8abb4ca650
|
@ -1524,7 +1524,7 @@ rec {
|
|||
};
|
||||
|
||||
libgsf = import ../development/libraries/libgsf {
|
||||
inherit fetchurl stdenv perl perlXMLParser pkgconfig libxml2;
|
||||
inherit fetchurl stdenv perl perlXMLParser pkgconfig libxml2 gettext;
|
||||
inherit (gnome) glib;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue