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
This commit is contained in:
parent
78956495de
commit
3bad19b676
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
iptables ? null,
|
iptables ? null,
|
||||||
iproute ? null,
|
iproute ? null,
|
||||||
libmnl ? null,
|
|
||||||
makeWrapper ? null,
|
makeWrapper ? null,
|
||||||
openresolv ? null,
|
openresolv ? null,
|
||||||
procps ? null,
|
procps ? null,
|
||||||
|
@ -24,7 +23,6 @@ stdenv.mkDerivation rec {
|
||||||
sourceRoot = "source/src";
|
sourceRoot = "source/src";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
buildInputs = optional stdenv.isLinux libmnl;
|
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"DESTDIR=$(out)"
|
"DESTDIR=$(out)"
|
||||||
|
|
Loading…
Reference in New Issue