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: aa87137d3b73
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8345c77cfec0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 26, 2019

  1. cpython: skip macOS system frameworks

    We don’t want cpython picking up /Library/Frameworks and
    /System/Library/Frameworks which contains Tcl.framework. Instead it
    should use the one provided by Nix. this would not be an issue if
    sandboxing was enabled, but unfortunately that has its own issues.
    
    Fixes #66647
    matthewbauer committed Aug 26, 2019
    Copy the full SHA
    48d0e94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67470 from matthewbauer/fix-66647

    cpython: skip macOS system frameworks
    matthewbauer committed Aug 26, 2019
    Copy the full SHA
    8345c77 View commit details
    Browse the repository at this point in the history