summary refs log tree commit diff
path: root/pkgs/applications/networking/esniper/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-11-07 17:48:51 +0000
committerPeter Simons <simons@cryp.to>2011-11-07 17:48:51 +0000
commitdd8a7b38db7c87cee5e2cc7ca5c714c398c8887d (patch)
tree3977e12994e96aa87e78074c9371523b4faedb9b /pkgs/applications/networking/esniper/default.nix
parentb8153a3ac513fbaf6820165bf71d924f0076591d (diff)
downloadnixlib-dd8a7b38db7c87cee5e2cc7ca5c714c398c8887d.tar
nixlib-dd8a7b38db7c87cee5e2cc7ca5c714c398c8887d.tar.gz
nixlib-dd8a7b38db7c87cee5e2cc7ca5c714c398c8887d.tar.bz2
nixlib-dd8a7b38db7c87cee5e2cc7ca5c714c398c8887d.tar.lz
nixlib-dd8a7b38db7c87cee5e2cc7ca5c714c398c8887d.tar.xz
nixlib-dd8a7b38db7c87cee5e2cc7ca5c714c398c8887d.tar.zst
nixlib-dd8a7b38db7c87cee5e2cc7ca5c714c398c8887d.zip
esniper: fixed build with current version of curl
svn path=/nixpkgs/trunk/; revision=30299
Diffstat (limited to 'pkgs/applications/networking/esniper/default.nix')
-rw-r--r--pkgs/applications/networking/esniper/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/esniper/default.nix b/pkgs/applications/networking/esniper/default.nix
index 5aaf419d3897..4c153fa6ff5a 100644
--- a/pkgs/applications/networking/esniper/default.nix
+++ b/pkgs/applications/networking/esniper/default.nix
@@ -10,6 +10,8 @@ stdenv.mkDerivation {
 
   buildInputs = [openssl curl];
 
+  patches = [ ./fix-build-with-latest-curl.patch ];
+
   postInstall = ''
     sed -e  "2i export PATH=\"$out/bin:\$PATH\"" <"frontends/snipe" >"$out/bin/snipe"
     chmod 555 "$out/bin/snipe"