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: 9be02e14dfd5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b7ce309e6c6f
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 15, 2020

  1. pythonFull: add BlueZ support

    This commit introduces two changes.
    
    First, cpython gets optional BlueZ support, which is needed for
    AF_BLUETOOTH sockets. Therefore bluezSupport was added as a parameter.
    
    Second, the call to the pythonFull packages has been adjusted. The
    Python packages have a self-reference called self. This was not adjusted
    for the override. As a result, Python packages for this special version
    of Python were not built with the overridden Python, but with the
    original one.
    oxzi authored and FRidh committed Aug 15, 2020
    Copy the full SHA
    b7ce309 View commit details
    Browse the repository at this point in the history