firewalld: remove testsuite

+9 -6
+9 -6
pkgs/by-name/fi/firewalld/package.nix
··· 118 ./autogen.sh 119 ''; 120 121 - postInstall = lib.optionalString (!withGui) '' 122 - rm $out/bin/firewall-{applet,config} 123 - ''; 124 125 dontWrapGApps = true; 126 dontWrapQtApps = true; ··· 134 ''; 135 136 postFixup = '' 137 - chmod +x $out/share/firewalld/*.py $out/share/firewalld/testsuite/python/*.py $out/share/firewalld/testsuite/{,integration/}testsuite 138 - patchShebangs --host $out/share/firewalld/testsuite/{,integration/}testsuite $out/share/firewalld/*.py 139 wrapPythonProgramsIn "$out/bin" "$out ${pythonPath}" 140 - wrapPythonProgramsIn "$out/share/firewalld/testsuite/python" "$out ${pythonPath}" 141 ''; 142 143 meta = {
··· 118 ./autogen.sh 119 ''; 120 121 + postInstall = 122 + '' 123 + rm -r $out/share/firewalld/testsuite 124 + '' 125 + + lib.optionalString (!withGui) '' 126 + rm $out/bin/firewall-{applet,config} 127 + ''; 128 129 dontWrapGApps = true; 130 dontWrapQtApps = true; ··· 138 ''; 139 140 postFixup = '' 141 + chmod +x $out/share/firewalld/*.py 142 + patchShebangs --host $out/share/firewalld/*.py 143 wrapPythonProgramsIn "$out/bin" "$out ${pythonPath}" 144 ''; 145 146 meta = {