mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 09:02:36 +00:00
glib: Enable cross-compilation
glib needs gettext for the build machine. Since gettext is also a propagatedBuildInput I'm assuming that it's also used at runtime.
This commit is contained in:
parent
860c81d6f7
commit
da48154158
|
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
|||
++ optionals stdenv.isLinux [ utillinuxMinimal ] # for libmount
|
||||
++ optionals doCheck [ tzdata libxml2 desktop-file-utils shared-mime-info ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig perl python ];
|
||||
nativeBuildInputs = [ pkgconfig perl python gettext ];
|
||||
|
||||
propagatedBuildInputs = [ zlib libffi gettext libiconv ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue