mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03: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
|
{ 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…
Add table
Add a link
Reference in a new issue