Unverified Commit e7a5bb59 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #230650 from e1mo/ejabberd-awk

parents 55f883b7 b38f2821
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
{ stdenv, writeScriptBin, makeWrapper, lib, fetchurl, git, cacert, libpng, libjpeg, libwebp
, erlang, openssl, expat, libyaml, bash, gnused, gnugrep, coreutils, util-linux, procps, gd
, flock, autoreconfHook
, gawk
, nixosTests
, withMysql ? false
, withPgsql ? false
@@ -12,7 +13,7 @@
}:

let
  ctlpath = lib.makeBinPath [ bash gnused gnugrep coreutils util-linux procps ];
  ctlpath = lib.makeBinPath [ bash gnused gnugrep gawk coreutils util-linux procps ];
in stdenv.mkDerivation rec {
  pname = "ejabberd";
  version = "23.01";