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 {
|
libgsf = import ../development/libraries/libgsf {
|
||||||
inherit fetchurl stdenv perl perlXMLParser pkgconfig libxml2;
|
inherit fetchurl stdenv perl perlXMLParser pkgconfig libxml2 gettext;
|
||||||
inherit (gnome) glib;
|
inherit (gnome) glib;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user