Skip to content

Commit

Permalink
xorg: add xf86-video-{sisusb,sunleo}
Browse files Browse the repository at this point in the history
They might be useless, but they build :-)
  • Loading branch information
vcunat committed Feb 12, 2017
1 parent 53600ea commit d4b8737
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pkgs/servers/x11/xorg/default.nix
Expand Up @@ -1978,6 +1978,17 @@ let
meta.platforms = stdenv.lib.platforms.unix;
}) // {inherit fontsproto libdrm libpciaccess randrproto renderproto videoproto xextproto xf86dgaproto xf86driproto xineramaproto xorgserver xproto ;};

xf86videosisusb = (mkDerivation "xf86videosisusb" {
name = "xf86-video-sisusb-0.9.7";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/driver/xf86-video-sisusb-0.9.7.tar.bz2;
sha256 = "090lfs3hjz3cjd016v5dybmcsigj6ffvjdhdsqv13k90p4b08h7l";
};
buildInputs = [pkgconfig fontsproto libpciaccess randrproto renderproto videoproto xextproto xineramaproto xorgserver xproto ];
meta.platforms = stdenv.lib.platforms.unix;
}) // {inherit fontsproto libpciaccess randrproto renderproto videoproto xextproto xineramaproto xorgserver xproto ;};

xf86videosuncg6 = (mkDerivation "xf86videosuncg6" {
name = "xf86-video-suncg6-1.1.2";
builder = ./builder.sh;
Expand All @@ -2000,6 +2011,17 @@ let
meta.platforms = stdenv.lib.platforms.unix;
}) // {inherit fontsproto randrproto renderproto xextproto xorgserver xproto ;};

xf86videosunleo = (mkDerivation "xf86videosunleo" {
name = "xf86-video-sunleo-1.2.2";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/driver/xf86-video-sunleo-1.2.2.tar.bz2;
sha256 = "1gacm0s6rii4x5sx9py5bhvs50jd4vs3nnbwjdjymyf31kpdirl3";
};
buildInputs = [pkgconfig fontsproto randrproto renderproto xorgserver xproto ];
meta.platforms = stdenv.lib.platforms.unix;
}) // {inherit fontsproto randrproto renderproto xorgserver xproto ;};

xf86videotdfx = (mkDerivation "xf86videotdfx" {
name = "xf86-video-tdfx-1.4.7";
builder = ./builder.sh;
Expand Down
2 changes: 2 additions & 0 deletions pkgs/servers/x11/xorg/tarballs-7.7.list
Expand Up @@ -155,8 +155,10 @@ mirror://xorg/individual/driver/xf86-video-s3virge-1.10.7.tar.bz2
mirror://xorg/individual/driver/xf86-video-savage-2.3.9.tar.bz2
mirror://xorg/individual/driver/xf86-video-siliconmotion-1.7.9.tar.bz2
mirror://xorg/individual/driver/xf86-video-sis-0.10.9.tar.bz2
mirror://xorg/individual/driver/xf86-video-sisusb-0.9.7.tar.bz2
mirror://xorg/individual/driver/xf86-video-suncg6-1.1.2.tar.bz2
mirror://xorg/individual/driver/xf86-video-sunffb-1.2.2.tar.bz2
mirror://xorg/individual/driver/xf86-video-sunleo-1.2.2.tar.bz2
mirror://xorg/individual/driver/xf86-video-tdfx-1.4.7.tar.bz2
mirror://xorg/individual/driver/xf86-video-tga-1.2.2.tar.bz2
mirror://xorg/individual/driver/xf86-video-trident-1.3.8.tar.bz2
Expand Down

0 comments on commit d4b8737

Please sign in to comment.