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: 518338f7f7da
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e2ef48c483b9
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 28, 2020

  1. macvim: Properly link against Nix ncurses

    Since we're not using the Nix compiler, our buildInputs aren't
    automatically exposed to the compiler, which means it was actually
    compiling against system libncurses instead of Nix libncurses.
    
    Also remove the `-Wno-error` from the make flags (and the unnecessary
    `PREFIX` definition) in favor of using a much more targeted error
    suppression at the configure flags. This works around an issue where
    implicit function definitions are considered an error and the configure
    script was trying to compile a file tht invoked an ncurses function
    without including the relevant header.
    lilyball committed Sep 28, 2020
    Copy the full SHA
    d3b1d59 View commit details
    Browse the repository at this point in the history
  2. macvim: 8.2.539 -> 8.2.1719

    lilyball committed Sep 28, 2020
    Copy the full SHA
    9daf3b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Merge pull request #99045 from lilyball/macvim

    macvim: 8.2.539 -> 8.2.1719
    marsam committed Sep 29, 2020
    Copy the full SHA
    e2ef48c View commit details
    Browse the repository at this point in the history