Fix for the build of the xorg openchrome driver

This commit is contained in:
Lluís Batlle i Rossell 2015-05-15 13:56:39 +02:00
parent 7963a45b99
commit 815c8d6e30

View File

@ -222,6 +222,13 @@ in
})];
};
xf86videoopenchrome = attrs: attrs // {
patches = [( args.fetchpatch {
url = "http://www.calculate-linux.org/packages/x11-drivers/xf86-video-openchrome/files/xf86-video-openchrome-0.3.3-glibc-2.20.patch?format=raw";
sha256 = "01sm4ajfc0xlrywk91hckfj156pqjgbiigvypnkp4q9sq12ffsf6";
})];
};
xf86videovmware = attrs: attrs // {
buildInputs = attrs.buildInputs ++ [ args.mesa_drivers ]; # for libxatracker
};