mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
iptables: add meta.mainProgram (#414980)
This commit is contained in:
commit
b7f30c4880
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Program to configure the Linux IP packet filtering ruleset";
|
||||
homepage = "https://www.netfilter.org/projects/iptables/index.html";
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "iptables";
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
license = licenses.gpl2Plus;
|
||||
downloadPage = "https://www.netfilter.org/projects/iptables/files/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue