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
|
{ stdenv, makeWrapper, runCommandNoCC, lib, nixosTests, writeShellScript
|
||||||
, fetchFromGitHub, bundlerEnv, ruby, replace, gzip, gnutar, git, cacert
|
, fetchFromGitHub, bundlerEnv, ruby, replace, gzip, gnutar, git, cacert
|
||||||
, util-linux, gawk, imagemagick, optipng, pngquant, libjpeg, jpegoptim
|
, 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
|
, nodePackages, v8
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -18,6 +18,7 @@ let
|
|||||||
runtimeDeps = [
|
runtimeDeps = [
|
||||||
# For backups, themes and assets
|
# For backups, themes and assets
|
||||||
rubyEnv.wrappedRuby
|
rubyEnv.wrappedRuby
|
||||||
|
rsync
|
||||||
gzip
|
gzip
|
||||||
gnutar
|
gnutar
|
||||||
git
|
git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user