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
|
||||
, fetchFromGitHub, bundlerEnv, callPackage
|
||||
{ stdenv
|
||||
, pkgs
|
||||
, makeWrapper
|
||||
, runCommand
|
||||
, lib
|
||||
, writeShellScript
|
||||
, fetchFromGitHub
|
||||
, bundlerEnv
|
||||
, callPackage
|
||||
|
||||
, ruby, replace, gzip, 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
|
||||
, ruby
|
||||
, replace
|
||||
, gzip
|
||||
, 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
|
||||
|
||||
, plugins ? []
|
||||
|
|
Loading…
Reference in a new issue