Skip to content

Commit ed93e8e

Browse files
committedJun 2, 2017
libressl: work around some problem with man pages
20ffc3cd73#commitcomment-22368612
1 parent b0da92d commit ed93e8e

File tree

1 file changed

+2
-0
lines changed
  • pkgs/development/libraries/libressl

1 file changed

+2
-0
lines changed
 

‎pkgs/development/libraries/libressl/2.5.nix

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
1313

1414
outputs = [ "bin" "dev" "out" "man" ];
1515

16+
dontGzipMan = if stdenv.isDarwin then true else null; # not sure what's wrong
17+
1618
meta = with stdenv.lib; {
1719
description = "Free TLS/SSL implementation";
1820
homepage = "http://www.libressl.org";

0 commit comments

Comments
 (0)
Please sign in to comment.