Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7ee631974509
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0106804da3f6
Choose a head ref
  • 6 commits
  • 4 files changed
  • 5 contributors

Commits on Dec 1, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    rnhmjoj Michele Guerini Rocco
    Copy the full SHA
    387b59d View commit details

Commits on Dec 2, 2019

  1. bash-completion: Fix tests with musl.

    Fixes test error
    
        self = <test_iconv.TestIconv object at 0x7ffff52f3410>
        completion = <CompletionResult []>
    
            @pytest.mark.complete("iconv -")
            def test_1(self, completion):
        >       assert completion
        E       assert <CompletionResult []>
    
        ../t/test_iconv.py:7: AssertionError
    
    by applying upstream commit not present in a newer release.
    nh2 committed Dec 2, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    rnhmjoj Michele Guerini Rocco
    Copy the full SHA
    0a85437 View commit details
  2. python3Packages.dotnetcore2: fix src hash

    Was errornously updated
    Jonathan Ringer committed Dec 2, 2019
    Copy the full SHA
    006da38 View commit details
  3. Copy the full SHA
    7ca8fee View commit details
  4. cpupower: explicitly set CC and LD to allow compilation with e… (#74810)

    cpupower: explicitly set CC and LD to allow compilation with e.g. clang
    Mic92 authored Dec 2, 2019
    Copy the full SHA
    2e64e97 View commit details
  5. bash-completion: Fix tests with musl. (#74813)

    bash-completion: Fix tests with musl.
    Mic92 authored Dec 2, 2019
    Copy the full SHA
    0106804 View commit details
Loading