libressl: remove weird and old man compression workaround

This commit is contained in:
Sandro Jäckel 2022-05-08 23:59:52 +02:00
parent 423aefc9c6
commit 0d7637203e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

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