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: 0fc21a364bfd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 71bbe836b9d0
Choose a head ref
  • 4 commits
  • 22 files changed
  • 2 contributors

Commits on May 15, 2018

  1. treewide: Get rid of all uses of crossConfig

    The hack of using `crossConfig` to enforce stricter handling of
    dependencies is replaced with a dedicated `strictDeps` for that purpose.
    (Experience has shown that my punning was a terrible idea that made more
    difficult and embarrising to teach teach.)
    
    Now that is is clear, a few packages now use `strictDeps`, to fix
    various bugs:
    
     - bintools-wrapper and cc-wrapper
    Ericson2314 committed May 15, 2018
    2 Configuration menu
    Copy the full SHA
    330ca73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e17335 View commit details
    Browse the repository at this point in the history
  3. stdenv cross adapter: Don't define crossConfig

    All its uses have been removed.
    Ericson2314 committed May 15, 2018
    Configuration menu
    Copy the full SHA
    5a860c2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #40529 from obsidiansystems/strictDeps

    treewide: Remove crossConfig and add strictDeps
    Ericson2314 committed May 15, 2018
    Configuration menu
    Copy the full SHA
    71bbe83 View commit details
    Browse the repository at this point in the history