Merge pull request #79429 from xwvvvvwx/wireguard-rm-libmnl
wireguard: rm libmnl from buildInputs
This commit is contained in:
commit
a1f672dcfd
@ -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…
x
Reference in New Issue
Block a user