From 4cdf639958c9084b32a42bd4f75fca3720b8897a Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Sun, 2 Oct 2011 19:53:20 +0000 Subject: [PATCH] Remove unused parameter from xorg call svn path=/nixpkgs/trunk/; revision=29569 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index d6ea54bdb037..71a6b6076ae7 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -4997,7 +4997,7 @@ let xorg = recurseIntoAttrs (import ../servers/x11/xorg/default.nix { inherit fetchurl fetchsvn stdenv pkgconfig freetype fontconfig libxslt expat libdrm libpng zlib perl mesa - xkeyboard_config dbus hal libuuid openssl gperf m4 + xkeyboard_config dbus libuuid openssl gperf m4 autoconf libtool xmlto asciidoc udev flex bison python; automake = automake110x; });