mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
xorg.xf86-input-vmmouse: fix build with glibc-2.20
This commit is contained in:
parent
4cc61d6d08
commit
95b475da09
@ -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 // {
|
||||
|
Loading…
Reference in New Issue
Block a user