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: 25544be8315e
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: dae532c44571
Choose a head ref
  • 8 commits
  • 7 files changed
  • 7 contributors

Commits on Sep 19, 2019

  1. httpie: add missing 'setuptools' to propagatedBuildInputs

    As a side-effect of f7e28bf, the build no longer propagated 'setuptools', which
    is a run-time dependency. See #68314 for further details.
    madjar committed Sep 19, 2019
    Copy the full SHA
    55bf3b4 View commit details
    Browse the repository at this point in the history
  2. libfido2: 1.1.0 -> 1.2.0

    prusnak committed Sep 19, 2019
    Copy the full SHA
    1325976 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Copy the full SHA
    fac7453 View commit details
    Browse the repository at this point in the history
  2. ip2unix: 2.1.0 -> 2.1.1

    This is just a small bugfix release (essentially adds two lines of code)
    which fixes a segfault if using with a program that doesn't pass a
    sockaddr buffer to accept() or accept4().
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Sep 20, 2019
    Copy the full SHA
    d69bc56 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0cf81af View commit details
    Browse the repository at this point in the history
  4. kicad: fix build

    Fix configure time error:
      ...
      ImportError: No module named wx
      CMake Error at CMakeModules/FindwxPython.cmake:52 (message):
        wxPython/Phoenix does not appear to be installed on the system
    
    Only build tested.
    
    Fixes: f7e28bf ("Split buildPythonPackage into setup hooks")
    bjornfor committed Sep 20, 2019
    Copy the full SHA
    5af0d0b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #69094 from madjar/fix-httpie

    httpie: add missing 'setuptools' to propagatedBuildInputs
    Ma27 committed Sep 20, 2019
    Copy the full SHA
    d50d581 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #69106 from prusnak/libfido2

    libfido2: 1.1.0 -> 1.2.0
    mmahut committed Sep 20, 2019
    Copy the full SHA
    dae532c View commit details
    Browse the repository at this point in the history