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 6c11a0c3ab1c..31b6197a7730 100644
--- a/nixpkgs/pkgs/development/libraries/mesa/default.nix
+++ b/nixpkgs/pkgs/development/libraries/mesa/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, fetchpatch, lib
-, pkgconfig, intltool, autoreconfHook
+, pkgconfig, autoreconfHook
 , file, expat, zlib, xorg, wayland, wayland-protocols, openssl
 , libffi
 , valgrind-light, python2, python2Packages
@@ -193,7 +193,7 @@ let self = stdenv.mkDerivation {
   ];
 
   nativeBuildInputs = [
-    autoreconfHook intltool pkgconfig file
+    autoreconfHook pkgconfig file
     python2 python2Packages.Mako
   ];