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: 603ce3e2599a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3818cd904967
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 9, 2020

  1. python: Fix creating RPMs from Python packages

    This should enable (manual) building of RPMs from python projects using
    the `python setup.py bdist_rpm` command on systems where `rpmbuild` is
    not located in `/usr/bin/`. (e.g. NixOS)
    The discovery of the rpmbuild command was fixed upstream in Python 3.8,
    so this commit backports the relevant patch to our currently supported
    Python 3 versions.
    
    Fixes: #85204
    knedlsepp authored and FRidh committed May 9, 2020
    Copy the full SHA
    3818cd9 View commit details
    Browse the repository at this point in the history