Merge pull request #320817 from camillemndn/jitsi-excalidraw
jitsi-excalidraw: add update script
This commit is contained in:
commit
dac08a037c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user