mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nixos/discourse: Add rsync dependency
It is used for backup importing.
This commit is contained in:
parent
1f6b48be74
commit
2dec0de3c0
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue