about summary refs log tree commit diff
path: root/pkgs/development/libraries/glib/2.34.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/glib/2.34.x.nix')
-rw-r--r--pkgs/development/libraries/glib/2.34.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/glib/2.34.x.nix b/pkgs/development/libraries/glib/2.34.x.nix
index 7fb61ac20e23d..69ed44aeccaa8 100644
--- a/pkgs/development/libraries/glib/2.34.x.nix
+++ b/pkgs/development/libraries/glib/2.34.x.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation (rec {
   # configure script looks for d-bus but it is only needed for tests
   buildInputs = [ libiconvOrNull ];
 
-  buildNativeInputs = [ perl pkgconfig gettext python ];
+  nativeBuildInputs = [ perl pkgconfig gettext python ];
 
   propagatedBuildInputs = [ pcre zlib libffi ];