xorg.xrandr: remove unnecessary xkeystone binary
Fixes #21714 (see this for more information)
This commit is contained in:
parent
8ff396ae97
commit
289782b94b
@ -592,4 +592,9 @@ in
|
||||
preBuild = "sed -i 's|gcc -E|gcc -E -P|' man/Makefile";
|
||||
};
|
||||
|
||||
xrandr = attrs: attrs // {
|
||||
postInstall = ''
|
||||
rm $out/bin/xkeystone
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user