forked from mirrors/nixpkgs
proxytunnel fix
svn path=/nixpkgs/trunk/; revision=12906
This commit is contained in:
parent
92fb53a1a5
commit
d326561aaf
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue