mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Fixed undeclared gettext dependency for libgsf
svn path=/nixpkgs/trunk/; revision=8989
This commit is contained in:
parent
74df4c50c6
commit
8abb4ca650
1 changed files with 1 additions and 1 deletions
|
@ -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