xorg.xkeyboard-config: commit forgotten fixups
Without these there was also a mysterious collision in nixos etc generation.
This commit is contained in:
parent
dfdf164f87
commit
9a86ad2f7f
@ -197,7 +197,16 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
xkeyboardconfig = attrs: attrs // {
|
xkeyboardconfig = attrs: attrs // {
|
||||||
|
#TODO: resurrect patches for US_intl and Esperanto?
|
||||||
|
|
||||||
buildInputs = attrs.buildInputs ++ [args.intltool];
|
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 // {
|
xmodmap = attrs: attrs // {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user