3
0
Fork 0
forked from mirrors/nixpkgs

proxytunnel fix

svn path=/nixpkgs/trunk/; revision=12906
This commit is contained in:
Marc Weber 2008-09-24 00:42:36 +00:00
parent 92fb53a1a5
commit d326561aaf

View file

@ -9,6 +9,8 @@ args.stdenv.mkDerivation {
buildInputs =(with args; [openssl]);
installPhase=''make DESTDIR="$out" PREFIX="" install'';
meta = {
description = "program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy";
homepage = http://proxytunnel.sourceforge.net/download.php;