agorakit: add updateScript
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
php82,
|
||||
nix-update-script,
|
||||
dataDir ? "/var/lib/agorakit",
|
||||
}:
|
||||
|
||||
@@ -29,6 +30,8 @@ php82.buildComposerProject2 (finalAttrs: {
|
||||
vendorHash = "sha256-PBymOrvorGfByTBVu/r+kBxQya5qIlu07mfu4ttT7xs=";
|
||||
composerStrictValidation = false;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Web-based, open-source groupware";
|
||||
longDescription = "AgoraKit is web-based, open-source groupware for citizens' initiatives. By creating collaborative groups, people can discuss topics, organize events, store files and keep everyone updated as needed. AgoraKit is a forum, calendar, file manager and email notifier.";
|
||||
|
||||
Reference in New Issue
Block a user