xorg.xkeyboard-config: commit forgotten fixups

Without these there was also a mysterious collision in nixos etc generation.
wip/yesman
Vladimír Čunát 10 years ago
parent dfdf164f87
commit 9a86ad2f7f
  1. 9
      pkgs/servers/x11/xorg/overrides.nix

@ -197,7 +197,16 @@ in
};
xkeyboardconfig = attrs: attrs // {
#TODO: resurrect patches for US_intl and Esperanto?
buildInputs = attrs.buildInputs ++ [args.intltool];
# 1: compatibility for X11/xkb location
# 2: I think pkgconfig/ is supposed to be in /lib/
postInstall = ''
ln -s share "$out/etc"
mkdir "$out/lib" && ln -s ../share/pkgconfig "$out/lib/"
'';
};
xmodmap = attrs: attrs // {

Loading…
Cancel
Save