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