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: cb0c38404c46
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 663ff8739c59
Choose a head ref
  • 7 commits
  • 6 files changed
  • 5 contributors

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 Jon 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 Jon committed Sep 29, 2020
    Copy the full SHA
    3ef78fb View commit details
    Browse the repository at this point in the history
  3. pythonPackages.ruffus: 2.8.1 -> 2.8.4, fix build

    simplify test execution by skipping their makefile entirely. disable tests
    on darwin as they are very flaky & hang often. this is probably ok because
    we're not hacking this package's source to get it installed, and the user
    is probably getting something very similar as they would get using a
    regular pip installation.
    
    (cherry picked from commit 85e6474)
    risicle authored and Jon committed Sep 29, 2020
    Copy the full SHA
    46e16fe View commit details
    Browse the repository at this point in the history
  4. pythonPackages.namedlist: 1.7 -> 1.8

    (cherry picked from commit 9a2f904)
    das-g authored and Jon committed Sep 29, 2020
    Copy the full SHA
    08653a9 View commit details
    Browse the repository at this point in the history
  5. pythonPackages.namedlist: bitbucket -> gitlab.com

    adapt meta.homepage, as upstream has moved to gitlab.com
    
    (cherry picked from commit 638612d)
    das-g authored and Jon committed Sep 29, 2020
    Copy the full SHA
    c5bd733 View commit details
    Browse the repository at this point in the history
  6. openresty: 1.15.8.3 -> 1.17.8.2

    (cherry picked from commit aca8ce7)
    bbigras authored and Jon committed Sep 29, 2020
    Copy the full SHA
    76556c6 View commit details
    Browse the repository at this point in the history
  7. gegl_0_4: make vapi dependencies explicit

    (cherry picked from commit 6f35dac)
    worldofpeace committed Sep 29, 2020
    Copy the full SHA
    663ff87 View commit details
    Browse the repository at this point in the history