xorg.xrandr: remove unnecessary xkeystone binary

Fixes #21714 (see this for more information)
This commit is contained in:
Robin Gloster 2017-01-11 19:53:38 +01:00
parent 8ff396ae97
commit 289782b94b
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

@ -592,4 +592,9 @@ in
preBuild = "sed -i 's|gcc -E|gcc -E -P|' man/Makefile";
};
xrandr = attrs: attrs // {
postInstall = ''
rm $out/bin/xkeystone
'';
};
}