Navigation Menu

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: 7ee631974509
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 0106804da3f6
Choose a head ref
  • 6 commits
  • 4 files changed
  • 5 contributors

Commits on Dec 1, 2019

  1. Copy the full SHA
    387b59d View commit details
    Browse the repository at this point in the history

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
    Copy the full SHA
    0a85437 View commit details
    Browse the repository at this point in the history
  2. python3Packages.dotnetcore2: fix src hash

    Was errornously updated
    jonringer committed Dec 2, 2019
    Copy the full SHA
    006da38 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7ca8fee View commit details
    Browse the repository at this point in the history
  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 committed Dec 2, 2019
    Copy the full SHA
    2e64e97 View commit details
    Browse the repository at this point in the history
  5. bash-completion: Fix tests with musl. (#74813)

    bash-completion: Fix tests with musl.
    Mic92 committed Dec 2, 2019
    Copy the full SHA
    0106804 View commit details
    Browse the repository at this point in the history