xorg xf86-video-nv: fix build via an upstream patch

This commit is contained in:
Vladimír Čunát 2013-11-23 12:31:23 +01:00
parent b5fba47147
commit 6e5c003f42

View file

@ -159,6 +159,13 @@ in
];
};
xf86videonv = attrs: attrs // {
patches = [( args.fetchurl {
url = http://cgit.freedesktop.org/xorg/driver/xf86-video-nv/patch/?id=fc78fe98222b0204b8a2872a529763d6fe5048da;
sha256 = "0ikbnz6048ygs1qahb6ylnxkyjhfjcqr2gm9bk95ca90v57j7i0f";
})];
};
xf86videovmware = attrs: attrs // {
buildInputs = attrs.buildInputs ++ [ args.mesa_drivers ]; # for libxatracker
};