discourse: Reformat function arguments

This commit is contained in:
talyz 2023-02-09 14:52:01 +01:00
parent e24aeba89a
commit aef5ef0108
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B

View file

@ -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 ? []