Merge pull request #320817 from camillemndn/jitsi-excalidraw

jitsi-excalidraw: add update script
This commit is contained in:
Julien Malka 2024-06-22 17:19:12 +02:00 committed by GitHub
commit dac08a037c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,10 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
, nodejs
, python3
{
lib,
buildNpmPackage,
fetchFromGitHub,
nodejs,
python3,
nix-update-script,
}:
buildNpmPackage rec {
@ -31,6 +33,8 @@ buildNpmPackage rec {
--chdir $out/share
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Excalidraw collaboration backend for Jitsi";
homepage = "https://github.com/jitsi/excalidraw-backend";