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: cb0c38404c46
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3ef78fba49d4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 29, 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.
    
    (cherry picked from commit d3b1d59)
    lilyball authored and jonringer committed Sep 29, 2020
    Copy the full SHA
    3b48734 View commit details
    Browse the repository at this point in the history
  2. macvim: 8.2.539 -> 8.2.1719

    (cherry picked from commit 9daf3b9)
    lilyball authored and jonringer committed Sep 29, 2020
    Copy the full SHA
    3ef78fb View commit details
    Browse the repository at this point in the history