Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 39d3dd40a422
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 7cd2e4ebe8ca
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 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
  4. netperf: remove libsmbios on non-x86

    This fixes building on ARM systems.
    
    (cherry picked from commit a94c9ad)
    lheckemann committed May 13, 2019
    Copy the full SHA
    7cd2e4e View commit details
    Browse the repository at this point in the history