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
This commit is contained in:
parent
d5f36f16c1
commit
bbcd6e2728
@ -6,7 +6,7 @@ autoconf, libtool, libXext, utilmacros}:
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "xf86-video-unichrome-git";
|
name = "xf86-video-unichrome-git";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = http://svn.openchrome.org/svn/trunk;
|
url = "git://anongit.freedesktop.org/~libv/xf86-video-unichrome";
|
||||||
md5 = "6e5e0f8ee204af2385a02e502d1ca8f1";
|
md5 = "6e5e0f8ee204af2385a02e502d1ca8f1";
|
||||||
rev = "6260e0fc9f0754d101dda014a8f4b5f76f58e978";
|
rev = "6260e0fc9f0754d101dda014a8f4b5f76f58e978";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user