mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
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 {
|
||||
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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user