From 54cf26ad8d9fc27ca0dc072c112ae168f6605474 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 27 Jul 2012 01:30:48 +0200 Subject: [PATCH] esniper: fix more impurities --- 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 0a136014a3e0..76c2768c5fbf 100644 --- a/pkgs/applications/networking/esniper/default.nix +++ b/pkgs/applications/networking/esniper/default.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation { postInstall = '' sed <"frontends/snipe" >"$out/bin/snipe" \ - -e "2i export PATH=\"$out/bin:${coreutils}/bin:${gawk}/bin\"" \ + -e "2i export PATH=\"$out/bin:${coreutils}/bin:${gawk}/bin:${bash}/bin\"" \ -e "2i alias which='type -p'" chmod 555 "$out/bin/snipe" '';