plakar: install manpages

This commit is contained in:
Alexis Hildebrandt
2026-04-16 10:54:58 +02:00
parent eef498afbd
commit c9a8fd0430
+9
View File
@@ -3,6 +3,7 @@
lib,
buildGo125Module,
fetchFromGitHub,
installShellFiles,
fuse,
}:
buildGo125Module (finalAttrs: {
@@ -22,6 +23,10 @@ buildGo125Module (finalAttrs: {
fuse
];
nativeBuildInputs = [
installShellFiles
];
checkFlags =
let
skippedTests = [
@@ -35,6 +40,10 @@ buildGo125Module (finalAttrs: {
in
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
postInstall = ''
installManPage $(find $src -regex '.*\.[0-9]$')
'';
meta = {
mainProgram = "plakar";
description = "Encrypted, queryable backups for engineers based on an immutable data store and portable archives";