summary refs log tree commit diff
path: root/pkgs/applications/video/gpac/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/gpac/default.nix')
-rw-r--r--pkgs/applications/video/gpac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/gpac/default.nix b/pkgs/applications/video/gpac/default.nix
index 292010a3717c2..6a863a5e2c4b3 100644
--- a/pkgs/applications/video/gpac/default.nix
+++ b/pkgs/applications/video/gpac/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
 
   # this is the bare minimum configuration, as I'm only interested in MP4Box
   # For most other functionality, this should probably be extended
-  buildNativeInputs = [ pkgconfig zlib ];
+  nativeBuildInputs = [ pkgconfig zlib ];
 
   meta = {
     description = "Open Source multimedia framework for research and academic purposes";