Remove unused parameter from xorg call

svn path=/nixpkgs/trunk/; revision=29569
This commit is contained in:
Yury G. Kudryashov 2011-10-02 19:53:20 +00:00
parent 0a3e9cad72
commit 4cdf639958

View File

@ -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;
});