Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 9da69bcf2270
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8632843f6c68
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 8, 2020

  1. lutris: add xorg.xkbcomp

    ```
    Traceback (most recent call last):
      File "/nix/store/v1mzyrrnmm9xm7mhqps6pdxdyvkgb154-lutris-original-0.5.6/lib/python3.8/site-packages/lutris/exceptions.py", line 36, in wrapper
        return function(*args, **kwargs)
      File "/nix/store/v1mzyrrnmm9xm7mhqps6pdxdyvkgb154-lutris-original-0.5.6/lib/python3.8/site-packages/lutris/game.py", line 430, in configure_game
        xkbcomp = subprocess.Popen(xkbcomp_command, stdin=subprocess.PIPE)
      File "/nix/store/f87w21b91cws0wbsvyfn5vnlyv491czi-python3-3.8.3/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/nix/store/f87w21b91cws0wbsvyfn5vnlyv491czi-python3-3.8.3/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'xkbcomp'
    ```
    Jonathan Ringer committed Jul 8, 2020
    Copy the full SHA
    df99f19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92667 from jonringer/fix-lutris-us

    lutris: add xorg.xkbcomp
    worldofpeace committed Jul 8, 2020
    Copy the full SHA
    8632843 View commit details
    Browse the repository at this point in the history