Merge pull request #230650 from e1mo/ejabberd-awk

authored by Artturi and committed by GitHub e7a5bb59 55f883b7

+2 -1
+2 -1
pkgs/servers/xmpp/ejabberd/default.nix
··· 1 { stdenv, writeScriptBin, makeWrapper, lib, fetchurl, git, cacert, libpng, libjpeg, libwebp 2 , erlang, openssl, expat, libyaml, bash, gnused, gnugrep, coreutils, util-linux, procps, gd 3 , flock, autoreconfHook 4 , nixosTests 5 , withMysql ? false 6 , withPgsql ? false ··· 12 }: 13 14 let 15 - ctlpath = lib.makeBinPath [ bash gnused gnugrep coreutils util-linux procps ]; 16 in stdenv.mkDerivation rec { 17 pname = "ejabberd"; 18 version = "23.01";
··· 1 { stdenv, writeScriptBin, makeWrapper, lib, fetchurl, git, cacert, libpng, libjpeg, libwebp 2 , erlang, openssl, expat, libyaml, bash, gnused, gnugrep, coreutils, util-linux, procps, gd 3 , flock, autoreconfHook 4 + , gawk 5 , nixosTests 6 , withMysql ? false 7 , withPgsql ? false ··· 13 }: 14 15 let 16 + ctlpath = lib.makeBinPath [ bash gnused gnugrep gawk coreutils util-linux procps ]; 17 in stdenv.mkDerivation rec { 18 pname = "ejabberd"; 19 version = "23.01";