etebase-server: add passthru.updateScript
This commit is contained in:
parent
0cc4ca5919
commit
6091ca33eb
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue