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: 22c1f967a29d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6bd93d58d5f0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 3, 2019

  1. kitty: fix loading of library

    When trying to play a sound, kitty prints an error message because it cannot find `libcanberra.so`:
    ```
    Failed to load libcanberra.so, cannot play beep sound, with error: libcanberra.so.0.2.5: cannot open shared object file: No such file or directory
    ```
    This is fixed by patching the path to the library.
    Luflosi committed Dec 3, 2019
    Copy the full SHA
    bce914a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    78f7187 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Merge pull request #74874 from Luflosi/fix-kitty-lib

    kitty: fix loading of library
    Ma27 committed Dec 7, 2019
    Copy the full SHA
    6bd93d5 View commit details
    Browse the repository at this point in the history