etebase-server: add passthru.updateScript

This commit is contained in:
Felix Schröter 2023-05-13 23:56:30 +02:00
parent 0cc4ca5919
commit 6091ca33eb
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D

View File

@ -12,6 +12,7 @@
, python-ldap , python-ldap
, withPostgres ? true , withPostgres ? true
, psycopg2 , psycopg2
, nix-update-script
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -47,6 +48,8 @@ buildPythonPackage rec {
chmod +x $out/bin/etebase-server chmod +x $out/bin/etebase-server
''; '';
passthru.updateScript = nix-update-script {};
meta = with lib; { meta = with lib; {
homepage = "https://github.com/etesync/server"; homepage = "https://github.com/etesync/server";
description = "An Etebase (EteSync 2.0) server so you can run your own"; description = "An Etebase (EteSync 2.0) server so you can run your own";