From 48bce09773b20787ffc31f856099eeec8b2046fe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 27 Jul 2012 01:34:54 +0200 Subject: [PATCH] esniper: man, this is more difficult than I would have thought --- pkgs/applications/networking/esniper/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";