xf86-video-vmware: drop patch included in update

This commit is contained in:
Vladimír Čunát 2015-02-26 20:06:06 +01:00 committed by Peter Simons
parent 2af0227154
commit 6c20e1d0bd

View File

@ -221,11 +221,6 @@ in
xf86videovmware = attrs: attrs // {
buildInputs = attrs.buildInputs ++ [ args.mesa_drivers ]; # for libxatracker
patches = [( args.fetchpatch {
url = "http://cgit.freedesktop.org/xorg/driver/xf86-video-vmware/patch/"
+ "?id=4664412d7a5266d2b392957406b34abc5db95e48";
sha256 = "1gix83f1is91iq1zd66nj4k72jm24jjjd9s9l0bzpzhgc8smqdk2";
})];
};
xf86videoqxl = attrs: attrs // {