forked from mirrors/nixpkgs
Adding the proper derivation name to the openchrome xorg driver override.
svn path=/nixpkgs/trunk/; revision=16781
This commit is contained in:
parent
c06da1dce7
commit
116c1e4bdd
|
@ -50,6 +50,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xf86videoopenchrome = attrs: attrs // {
|
xf86videoopenchrome = attrs: attrs // {
|
||||||
|
name = "xf86-video-openchrome-svn-754";
|
||||||
src = args.fetchsvn {
|
src = args.fetchsvn {
|
||||||
url = http://svn.openchrome.org/svn/trunk;
|
url = http://svn.openchrome.org/svn/trunk;
|
||||||
md5 = "9a64a317d1f0792c5709e516c14f383b";
|
md5 = "9a64a317d1f0792c5709e516c14f383b";
|
||||||
|
|
Loading…
Reference in a new issue