Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: aecb0df5b894
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 530d185e9e92
Choose a head ref
  • 2 commits
  • 2 files 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
  2. gnome3.epiphany: fix build

    Looks like something used to propagate nettle but doesn't anymore.
    Adding it properly, as it does depend on it, fixes the issue.
    
    (cherry picked from commit 00d419c)
    Fix gnome3 tests.
    
    ZHF: #68361
    worldofpeace committed Sep 9, 2019
    Copy the full SHA
    530d185 View commit details
    Browse the repository at this point in the history