libressl: work around some problem with man pages

https://github.com/NixOS/nixpkgs/commit/20ffc3cd73#commitcomment-22368612
This commit is contained in:
Vladimír Čunát
2017-06-02 16:21:35 +02:00
parent b0da92ddf2
commit ed93e8e16b

View File

@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
outputs = [ "bin" "dev" "out" "man" ];
dontGzipMan = if stdenv.isDarwin then true else null; # not sure what's wrong
meta = with stdenv.lib; {
description = "Free TLS/SSL implementation";
homepage = "http://www.libressl.org";