about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixpkgs/pkgs/development/libraries/mesa/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/libraries/mesa/default.nix b/nixpkgs/pkgs/development/libraries/mesa/default.nix
index 31b6197a7730..0e99b4ac0b18 100644
--- a/nixpkgs/pkgs/development/libraries/mesa/default.nix
+++ b/nixpkgs/pkgs/development/libraries/mesa/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, fetchpatch, lib
 , pkgconfig, autoreconfHook
-, file, expat, zlib, xorg, wayland, wayland-protocols, openssl
+, expat, zlib, xorg, wayland, wayland-protocols, openssl
 , libffi
 , valgrind-light, python2, python2Packages
 , enableRadv ? stdenv.isLinux
@@ -193,7 +193,7 @@ let self = stdenv.mkDerivation {
   ];
 
   nativeBuildInputs = [
-    autoreconfHook pkgconfig file
+    autoreconfHook pkgconfig
     python2 python2Packages.Mako
   ];