3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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";