Loading pkgs/tools/security/fwbuilder/default.nix +12 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , stdenv , fetchFromGitHub , cmake , qtbase , ninja , wrapQtAppsHook , wayland , wayland-protocols Loading @@ -22,6 +22,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ninja wrapQtAppsHook ]; Loading @@ -33,12 +34,19 @@ stdenv.mkDerivation rec { NIX_CFLAGS_COMPILE = [ "-Wno-error=misleading-indentation" "-Wno-error=deprecated-declarations" ]; meta = with lib; { description = "GUI Firewall Management Application"; longDescription = '' Firewall Builder is a GUI firewall management application for iptables, PF, Cisco ASA/PIX/FWSM, Cisco router ACL and more. Firewall configuration data is stored in a central file that can scale to hundreds of firewalls managed from a single UI. ''; homepage = "https://github.com/fwbuilder/fwbuilder"; license = licenses.gpl2; license = licenses.gpl2Only; platforms = platforms.linux; maintainers = [ maintainers.elatov ]; }; Loading Loading
pkgs/tools/security/fwbuilder/default.nix +12 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , stdenv , fetchFromGitHub , cmake , qtbase , ninja , wrapQtAppsHook , wayland , wayland-protocols Loading @@ -22,6 +22,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ninja wrapQtAppsHook ]; Loading @@ -33,12 +34,19 @@ stdenv.mkDerivation rec { NIX_CFLAGS_COMPILE = [ "-Wno-error=misleading-indentation" "-Wno-error=deprecated-declarations" ]; meta = with lib; { description = "GUI Firewall Management Application"; longDescription = '' Firewall Builder is a GUI firewall management application for iptables, PF, Cisco ASA/PIX/FWSM, Cisco router ACL and more. Firewall configuration data is stored in a central file that can scale to hundreds of firewalls managed from a single UI. ''; homepage = "https://github.com/fwbuilder/fwbuilder"; license = licenses.gpl2; license = licenses.gpl2Only; platforms = platforms.linux; maintainers = [ maintainers.elatov ]; }; Loading