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