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: 90529eee7f36
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 08bd71704950
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 30, 2020

  1. pythonPackages.scikit-build: fix python3.8 bug

    Python3.8 removes ``platform.linux_distribution()`` call,
    must use ``pythonPackages.distro`` to get same information.
    Closes #83305
    Upstream PR: https://www.github.com/scikit-build/scikit-build/pull/458
    Also formatting.
    
    (cherry picked from commit c8dd834)
    drewrisinger committed Mar 30, 2020
    Copy the full SHA
    53264c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83774 from drewrisinger/release-20.03

    [20.03] pythonPackages.scikit-build: fix python3.8 bug
    bhipple committed Mar 30, 2020
    Copy the full SHA
    08bd717 View commit details
    Browse the repository at this point in the history