mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
shorewall: drop ipset for compatibility with iptables-nft
This commit is contained in:
parent
595b328a17
commit
4ee79312c1
@ -1,10 +1,8 @@
|
||||
{ coreutils
|
||||
, ebtables
|
||||
, fetchurl
|
||||
, gnugrep
|
||||
, gnused
|
||||
, iproute2
|
||||
, ipset
|
||||
, iptables
|
||||
, perl
|
||||
, perlPackages
|
||||
@ -17,8 +15,6 @@ let
|
||||
[ "${coreutils}/bin"
|
||||
"${iproute2}/bin"
|
||||
"${iptables}/bin"
|
||||
"${ipset}/bin"
|
||||
"${ebtables}/bin"
|
||||
"${util-linux}/bin"
|
||||
"${gnugrep}/bin"
|
||||
"${gnused}/bin"
|
||||
@ -47,9 +43,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
coreutils
|
||||
iproute2
|
||||
ipset
|
||||
iptables
|
||||
ebtables
|
||||
util-linux
|
||||
gnugrep
|
||||
gnused
|
||||
|
Loading…
Reference in New Issue
Block a user