mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 07:04:25 +00:00
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 New Issue
Block a user