lpac: install docs

Regrettably there's no manpages yet, but USAGE.md and ENVVARS.md are
super useful.
This commit is contained in:
Florian Klink
2025-08-21 16:20:21 +03:00
parent d6eeba2a3e
commit ac7a93fb4a
+5
View File
@@ -45,6 +45,11 @@ stdenv.mkDerivation (finalAttrs: {
pcsclite
];
postInstall = ''
mkdir -p $out/share/doc/lpac
cp -vr $src/docs/* $out/share/doc/lpac
'';
passthru = {
updateScript = nix-update-script { attrPath = finalAttrs.pname; };
};