scheme-manpages: add updateScript

This commit is contained in:
Mario Rodas 2023-06-24 04:20:00 +00:00
parent 2873fcab49
commit 4fce246b9f

View file

@ -1,4 +1,4 @@
{ lib, stdenvNoCC, fetchFromGitHub }: { lib, stdenvNoCC, fetchFromGitHub, unstableGitUpdater }:
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "scheme-manpages"; pname = "scheme-manpages";
@ -18,6 +18,8 @@ stdenvNoCC.mkDerivation rec {
cp -r man3/ man7/ $out/share/man/ cp -r man3/ man7/ $out/share/man/
''; '';
passthru.updateScript = unstableGitUpdater { };
meta = with lib; { meta = with lib; {
description = "Unix manual pages for R6RS and R7RS"; description = "Unix manual pages for R6RS and R7RS";
homepage = "https://github.com/schemedoc/manpages"; homepage = "https://github.com/schemedoc/manpages";