dnscrypt-proxy: split man output

This commit is contained in:
Joachim Fasting
2016-04-15 17:02:40 +02:00
parent 05a956cbad
commit ec406eb640

View File

@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libsodium ] ++ optional stdenv.isLinux systemd;
outputs = [ "out" "man" ];
meta = {
description = "A tool for securing communications between a client and a DNS resolver";
homepage = https://dnscrypt.org/;