firewalld: install applet and config for gui

This commit is contained in:
Sizhe Zhao
2025-04-12 17:01:10 +08:00
parent ea57607629
commit dacd3b409b
+4
View File
@@ -110,6 +110,10 @@ stdenv.mkDerivation rec {
./autogen.sh
'';
postInstall = lib.optionalString (!withGui) ''
rm $out/bin/firewall-{applet,config}
'';
dontWrapGApps = true;
preFixup = lib.optionalString withGui ''