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

Commits on Aug 9, 2018

  1. waf: 2.0.6 -> 2.0.10

    This commit also swaps the build tool to use python3 internally (which waf fully
    supports and prefers) and swaps the src to be downloaded from gitlab. The waf.io
    site only keeps source tarballs of the latest version, so once a new waf comes
    out we can no longer reproduce older versions.
    
    We need the ensureNewerSources hook to avoid this error, in both `python2` and `python3`:
    
        ValueError: ZIP does not support timestamps before 1980
    bhipple committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    32b11f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Merge pull request #44832 from bhipple/u/waf

    waf: 2.0.6 -> 2.0.10
    FRidh committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    7d09b29 View commit details
    Browse the repository at this point in the history