ccrypt: split man output (#488316)

This commit is contained in:
Doron Behar
2026-02-09 10:24:52 +00:00
committed by GitHub
+5
View File
@@ -18,6 +18,11 @@ stdenv.mkDerivation (finalAttrs: {
hardeningDisable = [ "format" ];
outputs = [
"out"
"man"
];
meta = {
homepage = "https://ccrypt.sourceforge.net/";
description = "Utility for encrypting and decrypting files and streams with AES-256";