1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

xorg.xf86-input-vmmouse: fix build with glibc-2.20

This commit is contained in:
Vladimír Čunát 2014-11-01 23:26:44 +01:00
parent 4cc61d6d08
commit 95b475da09

View file

@ -188,6 +188,11 @@ in
"--with-xorg-conf-dir=$(out)/share/X11/xorg.conf.d"
"--with-udev-rules-dir=$(out)/lib/udev/rules.d"
];
patches = [( args.fetchpatch {
url = "http://cgit.freedesktop.org/xorg/driver/xf86-input-vmmouse/patch/"
+ "?id=1cbbc03c4b37d57760c57bd2e0b0f89d744a5795";
sha256 = "1qkhwj2yal0cz15lv9557d10ylvxlq05ibq43pm2rrvqdg3mb6h4";
})];
};
xf86videoati = attrs: attrs // {