libressl: work around some problem with man pages
https://github.com/NixOS/nixpkgs/commit/20ffc3cd73#commitcomment-22368612
This commit is contained in:
parent
b0da92ddf2
commit
ed93e8e16b
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "bin" "dev" "out" "man" ];
|
outputs = [ "bin" "dev" "out" "man" ];
|
||||||
|
|
||||||
|
dontGzipMan = if stdenv.isDarwin then true else null; # not sure what's wrong
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Free TLS/SSL implementation";
|
description = "Free TLS/SSL implementation";
|
||||||
homepage = "http://www.libressl.org";
|
homepage = "http://www.libressl.org";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user