about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-06 19:26:00 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-06 19:26:00 +0000
commitbbcd6e27286963c323976a198e1aee62187fadb1 (patch)
tree56879c38eb651d330817a8eb949fc3d60b349a0b /pkgs/servers
parentd5f36f16c125b757d0e7890ad97a2f2ed22c7c01 (diff)
Fixing the url for the xorg video unichrome driver.
prefetching and then realising the expression does not test the url,
I've to keep that in mind.

svn path=/nixpkgs/trunk/; revision=18222
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/x11/xorg/unichrome/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/x11/xorg/unichrome/default.nix b/pkgs/servers/x11/xorg/unichrome/default.nix
index 104b37b551e30..5cc26338c953b 100644
--- a/pkgs/servers/x11/xorg/unichrome/default.nix
+++ b/pkgs/servers/x11/xorg/unichrome/default.nix
@@ -6,7 +6,7 @@ autoconf, libtool, libXext, utilmacros}:
 stdenv.mkDerivation {
   name = "xf86-video-unichrome-git";
   src = fetchgit {
-    url = http://svn.openchrome.org/svn/trunk;
+    url = "git://anongit.freedesktop.org/~libv/xf86-video-unichrome";
     md5 = "6e5e0f8ee204af2385a02e502d1ca8f1";
     rev = "6260e0fc9f0754d101dda014a8f4b5f76f58e978";
   };