3
0
Fork 0
forked from mirrors/nixpkgs

setxkbmap: include xkeyboard-config manpage

This commit is contained in:
Louis 2020-10-27 13:59:14 +01:00
parent 3cf12aa9c6
commit 3f381d579d

View file

@ -325,8 +325,9 @@ self: super:
setxkbmap = super.setxkbmap.overrideAttrs (attrs: {
postInstall =
''
mkdir -p $out/share
mkdir -p $out/share/man/man7
ln -sfn ${self.xkeyboardconfig}/etc/X11 $out/share/X11
ln -sfn ${self.xkeyboardconfig}/share/man/man7/xkeyboard-config.7.gz $out/share/man/man7
'';
});