about summary refs log tree commit diff
path: root/pkgs/applications/networking/esniper
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-07-27 01:34:54 +0200
committerPeter Simons <simons@cryp.to>2012-07-27 01:34:54 +0200
commit48bce09773b20787ffc31f856099eeec8b2046fe (patch)
tree11c637f49e54c8f8548a88a99d213bc88d97bc26 /pkgs/applications/networking/esniper
parent54cf26ad8d9fc27ca0dc072c112ae168f6605474 (diff)
downloadnixlib-48bce09773b20787ffc31f856099eeec8b2046fe.tar
nixlib-48bce09773b20787ffc31f856099eeec8b2046fe.tar.gz
nixlib-48bce09773b20787ffc31f856099eeec8b2046fe.tar.bz2
nixlib-48bce09773b20787ffc31f856099eeec8b2046fe.tar.lz
nixlib-48bce09773b20787ffc31f856099eeec8b2046fe.tar.xz
nixlib-48bce09773b20787ffc31f856099eeec8b2046fe.tar.zst
nixlib-48bce09773b20787ffc31f856099eeec8b2046fe.zip
esniper: man, this is more difficult than I would have thought
Diffstat (limited to 'pkgs/applications/networking/esniper')
-rw-r--r--pkgs/applications/networking/esniper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/esniper/default.nix b/pkgs/applications/networking/esniper/default.nix
index 76c2768c5fbf..a2a64ead5086 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";