scheme-manpages: add updateScript
This commit is contained in:
parent
2873fcab49
commit
4fce246b9f
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue