Files
nixpkgs/pkgs/shells
Maximilian Bosch 18d461533b zsh: patch _setxkbmap completion script
Instead of searching `/usr` it should search for the `xkb`,
$XDG_DATA_DIRS will be searched. With this approach we allow compliance
on NixOS and non-NixOS systems to find `symbols` in the `xkb` directory.

The patch has been accepted by upstream, but isn't released yet, so this
is mainly a temporary fix until we can bump ZSH to the next stable version.

The `xserver` module links `/share/X11/xkb` to `/run/current-system` to
make this possible.

The fix can be tested inside the following VM:

```
{
  zshtest = {
    programs.zsh.enable = true;
    users.extraUsers.vm = {
      password = "vm";
      isNormalUser = true;
    };
    services.xserver.enable = true;
  };
}
```

Fixes #46025
2018-09-20 12:54:34 +02:00
..
2018-05-21 09:17:45 +00:00
2017-11-28 08:39:02 +00:00
2017-01-31 07:54:36 -06:00
2018-09-03 22:38:15 +02:00
2016-07-28 17:16:37 -07:00
2018-08-13 10:01:53 +07:00
2016-08-26 16:24:43 +03:00
2018-03-13 00:58:09 +01:00
2018-06-09 03:14:29 -05:00
2018-07-05 14:56:33 +02:00