mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
matrix-synapse.tools.synadm: Add update script
The r-ryantm bot tries to update the package, but fails to do so, unless we provide an update script. Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
parent
2ad790a0c1
commit
1d0be9841b
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, nix-update-script
|
||||
, python3
|
||||
}:
|
||||
|
||||
@ -28,6 +29,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command line admin tool for Synapse";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user