forked from mirrors/nixpkgs
Updating the openchrome xorg video driver
svn path=/nixpkgs/trunk/; revision=17743
This commit is contained in:
parent
e131df67ee
commit
9d71e990a1
|
@ -65,11 +65,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xf86videoopenchrome = attrs: attrs // {
|
xf86videoopenchrome = attrs: attrs // {
|
||||||
name = "xf86-video-openchrome-svn-754";
|
name = "xf86-video-openchrome-svn-798";
|
||||||
src = args.fetchsvn {
|
src = args.fetchsvn {
|
||||||
url = http://svn.openchrome.org/svn/trunk;
|
url = http://svn.openchrome.org/svn/trunk;
|
||||||
md5 = "9a64a317d1f0792c5709e516c14f383b";
|
sha256 = "00kz5775090nwlsxyqrp1wsmislszj58fv3kvq612xgql4vgx4ab";
|
||||||
rev = 754;
|
rev = 798;
|
||||||
};
|
};
|
||||||
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa args.automake args.autoconf args.libtool xorg.libXext];
|
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa args.automake args.autoconf args.libtool xorg.libXext];
|
||||||
preConfigure = "chmod +x autogen.sh";
|
preConfigure = "chmod +x autogen.sh";
|
||||||
|
|
Loading…
Reference in a new issue