mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #79429 from xwvvvvwx/wireguard-rm-libmnl
wireguard: rm libmnl from buildInputs
This commit is contained in:
commit
a1f672dcfd
1 changed files with 0 additions and 2 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue