mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
scheme-manpages: add updateScript
This commit is contained in:
parent
2873fcab49
commit
4fce246b9f
@ -1,4 +1,4 @@
|
||||
{ lib, stdenvNoCC, fetchFromGitHub }:
|
||||
{ lib, stdenvNoCC, fetchFromGitHub, unstableGitUpdater }:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "scheme-manpages";
|
||||
@ -18,6 +18,8 @@ stdenvNoCC.mkDerivation rec {
|
||||
cp -r man3/ man7/ $out/share/man/
|
||||
'';
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Unix manual pages for R6RS and R7RS";
|
||||
homepage = "https://github.com/schemedoc/manpages";
|
||||
|
Loading…
Reference in New Issue
Block a user