obfs4: install manpage

This commit is contained in:
Mario Rodas 2022-11-29 04:20:00 +00:00
parent 734632e4c1
commit 92e372174c

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitLab }:
{ lib, buildGoModule, fetchFromGitLab, installShellFiles }:
buildGoModule rec {
pname = "obfs4";
@ -17,6 +17,12 @@ buildGoModule rec {
ldflags = [ "-s" "-w" ];
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installManPage doc/obfs4proxy.1
'';
meta = with lib; {
description = "Circumvents censorship by transforming Tor traffic between clients and bridges";
longDescription = ''