discourse: Reformat function arguments
This commit is contained in:
parent
e24aeba89a
commit
aef5ef0108
1 changed files with 39 additions and 6 deletions
|
@ -1,10 +1,43 @@
|
||||||
{ stdenv, pkgs, makeWrapper, runCommand, lib, writeShellScript
|
{ stdenv
|
||||||
, fetchFromGitHub, bundlerEnv, callPackage
|
, pkgs
|
||||||
|
, makeWrapper
|
||||||
|
, runCommand
|
||||||
|
, lib
|
||||||
|
, writeShellScript
|
||||||
|
, fetchFromGitHub
|
||||||
|
, bundlerEnv
|
||||||
|
, callPackage
|
||||||
|
|
||||||
, ruby, replace, gzip, gnutar, git, cacert, util-linux, gawk, nettools
|
, ruby
|
||||||
, imagemagick, optipng, pngquant, libjpeg, jpegoptim, gifsicle, jhead
|
, replace
|
||||||
, oxipng, libpsl, redis, postgresql, which, brotli, procps, rsync, icu
|
, gzip
|
||||||
, fetchYarnDeps, yarn, fixup_yarn_lock, nodePackages, nodejs-14_x
|
, gnutar
|
||||||
|
, git
|
||||||
|
, cacert
|
||||||
|
, util-linux
|
||||||
|
, gawk
|
||||||
|
, nettools
|
||||||
|
, imagemagick
|
||||||
|
, optipng
|
||||||
|
, pngquant
|
||||||
|
, libjpeg
|
||||||
|
, jpegoptim
|
||||||
|
, gifsicle
|
||||||
|
, jhead
|
||||||
|
, oxipng
|
||||||
|
, libpsl
|
||||||
|
, redis
|
||||||
|
, postgresql
|
||||||
|
, which
|
||||||
|
, brotli
|
||||||
|
, procps
|
||||||
|
, rsync
|
||||||
|
, icu
|
||||||
|
, fetchYarnDeps
|
||||||
|
, yarn
|
||||||
|
, fixup_yarn_lock
|
||||||
|
, nodePackages
|
||||||
|
, nodejs-14_x
|
||||||
, nodejs-16_x
|
, nodejs-16_x
|
||||||
|
|
||||||
, plugins ? []
|
, plugins ? []
|
||||||
|
|
Loading…
Reference in a new issue