Pin xf86-video-nested to a revision that works with Xorg 7.6

This commit is contained in:
Cillian de Róiste 2012-07-17 02:11:59 +02:00
parent 6efd9b24d3
commit 8ebb309320
2 changed files with 8 additions and 4 deletions

@ -3,14 +3,18 @@
}:
stdenv.mkDerivation {
name = "xf86-video-nested-2012-06-15";
name = "xf86-video-nested-2011-09-12";
# Breaks at 8d80f2e415e9e58ca481fe52ae8f2290e25de898 for Xorg 7.6
src = fetchgit {
url = git://anongit.freedesktop.org/xorg/driver/xf86-video-nested;
rev = "ad48dc6eb98776a8a886f26f31c0110352fa1da4";
sha256 = "43a102405acdcdb346ab197b33c8fa724d2140f33754f8ee3941a0eea152735c";
rev = "fceee1716625badf698ca27dd5788a4deb8533bc";
sha256 = "";
};
# Fixed in e123277d10337a1c3b853118df0d1becdddf3b77
patchPhase = "sed -e 's/Werror/Werror -Wno-extra-portability/g' -i configure.ac";
buildInputs =
[ autoconf automake fontsproto libX11 libXext libtool pkgconfig
renderproto utilmacros xorgserver

@ -6151,7 +6151,7 @@ let
xf86_input_wacom = callPackage ../os-specific/linux/xf86-input-wacom { };
xf86_video_nested = callPackage ../os-specific/linux/xf86-video-nested {
inherit (xorg) fontsproto renderproto utilmacros xorgserver xproto;
inherit (xorg) fontsproto renderproto utilmacros xorgserver;
};
xf86_video_nouveau = callPackage ../os-specific/linux/xf86-video-nouveau {