dnscrypt-proxy: split man output
This commit is contained in:
parent
05a956cbad
commit
ec406eb640
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ libsodium ] ++ optional stdenv.isLinux systemd;
|
buildInputs = [ libsodium ] ++ optional stdenv.isLinux systemd;
|
||||||
|
|
||||||
|
outputs = [ "out" "man" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tool for securing communications between a client and a DNS resolver";
|
description = "A tool for securing communications between a client and a DNS resolver";
|
||||||
homepage = https://dnscrypt.org/;
|
homepage = https://dnscrypt.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user