lpac: install docs
Regrettably there's no manpages yet, but USAGE.md and ENVVARS.md are super useful.
This commit is contained in:
@@ -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; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user