mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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 // {
|
||||
#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…
Reference in New Issue
Block a user