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: fe6bb17872a3
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: c49b7f64d15d
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    e231b58 View commit details
    Browse the repository at this point in the history
  2. openjk: 2018-09-17 -> 2019-06-24 (#63915)

    gnidorah authored and zimbatm committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    2647984 View commit details
    Browse the repository at this point in the history
  3. vimPlugins: update (#63925)

    timokau committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    95165e0 View commit details
    Browse the repository at this point in the history
  4. bazel: fix the compilation of .proto on Darwin (#63879)

    On Darwin, the last argument to GCC is coming up as an empty string.
    This is breaking the build of proto_library targets. However, I was not
    able to reproduce with the example cpp project[0].
    
    This commit patches the cc_wrapper of Bazel that gets installed on
    Darwin to remove the last argument if it's an empty string. This is
    not a probem on Linux.
    
    [0]: https://github.com/bazelbuild/examples/tree/master/cpp-tutorial/stage3
    kalbasit committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    c49b7f6 View commit details
    Browse the repository at this point in the history