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: aecb0df5b894
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 36f1c4a6503b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 9, 2019

  1. fwupd: add setuptools for python

    It's no longer propagated so we need to add it.
    
    Was failing like:
    FAILED: libfwupd/fwupd.map
    /build/fwupd-1.2.10/libfwupd/generate-version-script.py LIBFWUPD libfwupd/Fwupd-2.0.gir libfwupd/fwupd.map
    Traceback (most recent call last):
    File "/build/fwupd-1.2.10/libfwupd/generate-version-script.py", line 11, in <module>
        from pkg_resources import parse_version
    ModuleNotFoundError: No module named 'pkg_resources'
    
    (cherry picked from commit a9e0f1d)
    This fixes the gnome3 tests so the channel can advance.
    worldofpeace committed Sep 9, 2019
    Copy the full SHA
    36f1c4a View commit details
    Browse the repository at this point in the history