summary refs log tree commit diff
path: root/pkgs/development/libraries/fltk/fltk13.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/fltk/fltk13.nix')
-rw-r--r--pkgs/development/libraries/fltk/fltk13.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/fltk/fltk13.nix b/pkgs/development/libraries/fltk/fltk13.nix
index d3d89e6a907..3ab267ad6b4 100644
--- a/pkgs/development/libraries/fltk/fltk13.nix
+++ b/pkgs/development/libraries/fltk/fltk13.nix
@@ -14,7 +14,7 @@ composableDerivation.composableDerivation {} {
 
   propagatedBuildInputs = [ x11 inputproto libXi freeglut ];
 
-  buildNativeInputs = [ pkgconfig ];
+  nativeBuildInputs = [ pkgconfig ];
 
   flags =
     # this could be tidied up (?).. eg why does it require freeglut without glSupport?