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: 8a7b4ccd1fb0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7fb0d95ca191
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 18, 2019

  1. openconnect: Add darwin support

    The old build was failing on darwin because yubikey needs the PCSC framework dependency. I also upgraded to the latest vpnc-script as recommended on the openconnect homepage (see: https://www.infradead.org/openconnect/platforms.html). Lastly, I moved all dependencies which are not used at runtime from propagatedBuildInputs to buildInputs (Please correct me if that is wrong).
    Thibault Gagnaux committed Oct 18, 2019
    Copy the full SHA
    43a761d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Removes vpnc from propagated build inputs

    Thibault Gagnaux committed Nov 8, 2019
    Copy the full SHA
    c12850a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71318 from tricktron/fixOpenConnectOnCatalina

    openconnect: Add darwin support
    LnL7 committed Nov 8, 2019
    Copy the full SHA
    7fb0d95 View commit details
    Browse the repository at this point in the history