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

Commits on Apr 25, 2018

  1. Copy the full SHA
    ad98c36 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e9e0688 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    50af975 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Copy the full SHA
    d834ba6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    845fa56 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    912cfb8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9345fc5 View commit details
    Browse the repository at this point in the history
  5. stdenv: steal checkInputs from buildPythonPackage

    Note that a bunch of non-python packages use this attribute already.
    Some of those are clearly unaware of the fact that this attribute does
    not exists in stdenv because they define it but don't to add it to
    their `bulidInputs` :)
    
    Also note that I use `buildInputs` here and only handle regular
    builds because python and haskell builders do it this way and I'm not
    sure how to properly handle the cross-compilation case.
    oxij committed Apr 26, 2018
    Copy the full SHA
    87651b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Merge pull request #39464 from oxij/stdenv/docheck-infra

    stdenv: implement most of #33599
    7c6f434c committed Apr 30, 2018
    Copy the full SHA
    a591d28 View commit details
    Browse the repository at this point in the history