mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
xorg xf86-video-openchrome: 0.3.3 -> 0.6.0
Now it builds (again), but I haven't tested it in any other way.
This commit is contained in:
parent
8eec2948ba
commit
6bce07f876
3 changed files with 4 additions and 5 deletions
|
@ -1891,11 +1891,11 @@ let
|
|||
}) // {inherit fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ;};
|
||||
|
||||
xf86videoopenchrome = (mkDerivation "xf86videoopenchrome" {
|
||||
name = "xf86-video-openchrome-0.3.3";
|
||||
name = "xf86-video-openchrome-0.6.0";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/driver/xf86-video-openchrome-0.3.3.tar.bz2;
|
||||
sha256 = "1v8j4i1r268n4fc5gq54zg1x50j0rhw71f3lba7411mcblg2z7p4";
|
||||
url = mirror://xorg/individual/driver/xf86-video-openchrome-0.6.0.tar.bz2;
|
||||
sha256 = "0x9gq3hw6k661k82ikd1y2kkk4dmgv310xr5q59dwn4k6z37aafs";
|
||||
};
|
||||
buildInputs = [pkgconfig fontsproto glproto libdrm udev libpciaccess randrproto renderproto videoproto libX11 libXext xextproto xf86driproto xorgserver xproto libXvMC ];
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
|
|
|
@ -340,7 +340,6 @@ in
|
|||
xf86videoglide = attrs: attrs // { meta = attrs.meta // { broken = true; }; };
|
||||
xf86videoi128 = attrs: attrs // { meta = attrs.meta // { broken = true; }; };
|
||||
xf86videonewport = attrs: attrs // { meta = attrs.meta // { broken = true; }; };
|
||||
xf86videoopenchrome = attrs: attrs // { meta = attrs.meta // { broken = true; }; };
|
||||
xf86videotga = attrs: attrs // { meta = attrs.meta // { broken = true; }; };
|
||||
xf86videov4l = attrs: attrs // { meta = attrs.meta // { broken = true; }; };
|
||||
xf86videovoodoo = attrs: attrs // { meta = attrs.meta // { broken = true; }; };
|
||||
|
|
|
@ -148,7 +148,7 @@ mirror://xorg/individual/driver/xf86-video-qxl-0.1.5.tar.bz2
|
|||
mirror://xorg/individual/driver/xf86-video-neomagic-1.2.9.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/xf86-video-newport-0.2.4.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-nv-2.1.21.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-openchrome-0.3.3.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-openchrome-0.6.0.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-r128-6.10.2.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-rendition-4.2.6.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-s3virge-1.10.7.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue