kdePackages.ark: fix broken password protection (#371224)

This commit is contained in:
K900
2025-01-05 22:24:40 +03:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@ mkKdeDerivation {
extraBuildInputs = [
libarchive
libzip
(libzip.override { withOpenssl = true; })
];
meta.mainProgram = "ark";
}