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

Commits on May 13, 2019

  1. kitty: support macOS (#56740)

    Install the `kitty` command-line utility and the `kitty.app` macOS
    application.
    
    * Prefer libicns (png2icns) over Apple's non-free iconutil.
    * Work around warnings from Apple headers by disabling -pedantic-errors
      and -Werror.
    * Work around ld not support LLVM-LTO by disabling LTO.
    * Make Kitty and glfw compile for macOS 10.11 (and macOS 10.10).
    
    (cherry picked from commit 75aa846)
    
    cc #56740
    strager authored and veprbl committed May 13, 2019
    Copy the full SHA
    620c95c View commit details
    Browse the repository at this point in the history
  2. kitty: apply patch on Darwin for running as symlink

    (cherry picked from commit 7da5708)
    
    cc #61369
    rvolosatovs authored and veprbl committed May 13, 2019
    Copy the full SHA
    8fd6e72 View commit details
    Browse the repository at this point in the history
  3. kitty: symlink the deref binary

    (cherry picked from commit 240fce7)
    
    cc #61369
    rvolosatovs authored and veprbl committed May 13, 2019
    Copy the full SHA
    af657b7 View commit details
    Browse the repository at this point in the history