nixos/discourse: Add rsync dependency

It is used for backup importing.
This commit is contained in:
Ryan Mulligan 2021-05-26 21:05:00 -07:00 committed by Jonathan Ringer
parent 1f6b48be74
commit 2dec0de3c0

View file

@ -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