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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7d2e818109ba
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a1f672dcfd4a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 7, 2020

  1. wireguard: rm libmnl from buildInputs

    Inlined into the source as of v1.0.20200206.
    
    See: https://lists.zx2c4.com/pipermail/wireguard/2020-February/004963.html
    d-xo committed Feb 7, 2020
    Copy the full SHA
    3bad19b View commit details
  2. Merge pull request #79429 from xwvvvvwx/wireguard-rm-libmnl

    wireguard: rm libmnl from buildInputs
    Ma27 authored Feb 7, 2020
    Copy the full SHA
    a1f672d View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 pkgs/tools/networking/wireguard-tools/default.nix
2 changes: 0 additions & 2 deletions pkgs/tools/networking/wireguard-tools/default.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@

iptables ? null,
iproute ? null,
libmnl ? null,
makeWrapper ? null,
openresolv ? null,
procps ? null,
@@ -24,7 +23,6 @@ stdenv.mkDerivation rec {
sourceRoot = "source/src";

nativeBuildInputs = [ makeWrapper ];
buildInputs = optional stdenv.isLinux libmnl;

makeFlags = [
"DESTDIR=$(out)"