Author: urkud
Date: Sun Oct  2 19:53:20 2011
New Revision: 29569
URL: https://ssl.nixos.org/websvn/nix/?rev=29569&sc=1

Log:
Remove unused parameter from xorg call

Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sun Oct  2 18:12:29 
2011        (r29568)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sun Oct  2 19:53:20 
2011        (r29569)
@@ -4997,7 +4997,7 @@
   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;
   });
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to