diff --git a/pkgs/applications/networking/esniper/default.nix b/pkgs/applications/networking/esniper/default.nix index 76c2768c5fb..a2a64ead508 100644 --- a/pkgs/applications/networking/esniper/default.nix +++ b/pkgs/applications/networking/esniper/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchurl, openssl, curl, coreutils, gawk }: +{ stdenv, fetchurl, openssl, curl, coreutils, gawk, bash }: stdenv.mkDerivation { name = "esniper-2.27.0";