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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f26ff0b1bdd6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c0da5f78d646
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Nov 30, 2016

  1. Remove fetchMD5warn

    Deprecation warnings should not be used in Nixpkgs because they spam
    innocent "nix-env -qa" users with (in this case) dozens of messages
    that they can't do anything about.
    
    This also reverts commit 2ca8833.
    edolstra committed Nov 30, 2016
    2
    Copy the full SHA
    e3a8734 View commit details
  2. make-tarball.nix: Don't check broken packages

    They're broken after all. In particular, this prevents us from
    evaluating packages that are unsupported on a particular platform.
    
    Reverts a147ddc.
    
    Fixes #20817.
    edolstra committed Nov 30, 2016
    1
    Copy the full SHA
    c0da5f7 View commit details
Loading