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: 994576f4cbf6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b846306950a6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 2, 2020

  1. multipath-tools: Fix build failure due to GZIP make var

    The multipath-tools makefiles use GZIP as a variable name but this is
    also the name of the environment variable gzip uses to get its default
    options.
    
    Normally, this wouldn't get into the environment but nixpkgs exports
    GZIP=-n in a setup hook. This in turn causes make to export its own
    value for this variable. gzip objects to having -c in the environment
    variable and aborts, causing the build to fail.
    neilmayhew committed Jun 2, 2020
    Copy the full SHA
    367b3a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89367 from neilmayhew/fix/multipath-tools-gzip

    multipath-tools: Fix build failure due to GZIP make var
    Ma27 committed Jun 2, 2020
    Copy the full SHA
    b846306 View commit details
    Browse the repository at this point in the history