Remove unused parameter from xorg call
svn path=/nixpkgs/trunk/; revision=29569
This commit is contained in:
parent
0a3e9cad72
commit
4cdf639958
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue