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: a884b2182243
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d6db98c8df0f
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 20, 2021

  1. pkgs/os-specific/windows: fix evaluation after stdenv.lib -> lib

    Fixes the evaluation of packages in pkgs/os-specific/windows that
    weren't updated to include a new lib parameter after the refactor from
    stdenv.lib -> lib (#109490).
    
    I originally only intended this change to fix
    `pkgsCross.mingw32.buildPackages.gcc` & `pkgsCross.mingwW64.buildPackages.gcc`
    to support building wine with `mingwSupport`, but I noticed this was
    an issue for all updated windows packages. Most of these other
    packages fail to build for other reasons.
    kira-bruneau committed Jan 20, 2021
    Copy the full SHA
    9788188 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d6db98c View commit details
    Browse the repository at this point in the history