Navigation Menu

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: 801cd893c91c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f96feeef7cab
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 21, 2020

  1. kitty: 0.17.4 -> 0.18.0

    https://github.com/kovidgoyal/kitty/releases/tag/v0.18.0
    
    I submitted a patch to kitty, so that the library paths can now be passed as arguments to the build system, eliminating the need for patching. This should reduce the required maintenance effort in the future.
    
    This commit removes the dependency on `which`, which is no longer necessary since 5e4fe58. It was introduced in 481e61f.
    
    The configure phase is now ignored because kitty has no configure script.
    
    The kitty tests are now run after compilation.
    
    The zsh completions no longer need to be invoked with `source` since 38eb737, so remove the outdated comment.
    
    There is now a link to the changelog.
    Luflosi authored and teto committed Jun 21, 2020
    Copy the full SHA
    f96feee View commit details
    Browse the repository at this point in the history