dnscrypt-proxy: split man output

This commit is contained in:
Joachim Fasting 2016-04-15 17:02:40 +02:00
parent 05a956cbad
commit ec406eb640
No known key found for this signature in database
GPG Key ID: 4330820E1E04DCF4

View File

@ -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/;