Merge pull request #172102 from SuperSandro2000/libressl

main
Sandro 2 years ago committed by GitHub
commit 9f357ca413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/libraries/libressl/default.nix

@ -71,11 +71,9 @@ let
moveToOutput "bin/nc" "$nc"
moveToOutput "bin/openssl" "$bin"
moveToOutput "bin/ocspcheck" "$bin"
moveToOutput "share/man/man1/nc.1${lib.optionalString (dontGzipMan==null) ".gz"}" "$nc"
moveToOutput "share/man/man1/nc.1.gz" "$nc"
'';
dontGzipMan = if stdenv.isDarwin then true else null; # not sure what's wrong
meta = with lib; {
description = "Free TLS/SSL implementation";
homepage = "https://www.libressl.org";

Loading…
Cancel
Save