3
0
Fork 0
forked from mirrors/nixpkgs

xf86 video openchrome: fixing the build, changing overrides.

This commit is contained in:
Lluís Batlle i Rossell 2012-11-18 22:19:00 +01:00
parent 6b5c3ad453
commit 38153d9105

View file

@ -177,13 +177,9 @@ in
buildInputs = attrs.buildInputs ++ [xorg.pixman];
};
xf86videoopenchrome = attrs: attrs // rec {
name = "xf86-video-openchrome-0.2.905";
src = args.fetchurl {
url = "http://openchrome.org/releases/${name}.tar.bz2";
sha256 = "1llbm020s0fck9chs0906xz7jr4h3whxan4s10ls9046g7xib3qc";
};
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa xorg.libXext];
xf86videoopenchrome = attrs: attrs // {
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";
buildInputs = attrs.buildInputs ++ [xorg.pixman xorg.glproto args.mesa];
};
xf86videonv = attrs: attrs // {