We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b0da92d commit ed93e8eCopy full SHA for ed93e8e
pkgs/development/libraries/libressl/2.5.nix
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
13
14
outputs = [ "bin" "dev" "out" "man" ];
15
16
+ dontGzipMan = if stdenv.isDarwin then true else null; # not sure what's wrong
17
+
18
meta = with stdenv.lib; {
19
description = "Free TLS/SSL implementation";
20
homepage = "http://www.libressl.org";
0 commit comments