nixos/discourse: Add rsync dependency
It is used for backup importing. (cherry picked from commit e9c5ee1c4e48dc996773ccdbc0347f18fad31db9)
This commit is contained in:
parent
ce5587e7bb
commit
4594e54063
@ -1,7 +1,7 @@
|
||||
{ stdenv, makeWrapper, runCommandNoCC, lib, nixosTests, writeShellScript
|
||||
, fetchFromGitHub, bundlerEnv, ruby, replace, gzip, gnutar, git, cacert
|
||||
, util-linux, gawk, imagemagick, optipng, pngquant, libjpeg, jpegoptim
|
||||
, gifsicle, libpsl, redis, postgresql, which, brotli, procps
|
||||
, gifsicle, libpsl, redis, postgresql, which, brotli, procps, rsync
|
||||
, nodePackages, v8
|
||||
}:
|
||||
|
||||
@ -18,6 +18,7 @@ let
|
||||
runtimeDeps = [
|
||||
# For backups, themes and assets
|
||||
rubyEnv.wrappedRuby
|
||||
rsync
|
||||
gzip
|
||||
gnutar
|
||||
git
|
||||
|
Loading…
x
Reference in New Issue
Block a user