libressl: fix eval

This commit is contained in:
Matthew Justin Bauer
2018-04-29 15:14:34 -05:00
committed by GitHub
parent 5e06ec7ab8
commit e8672c8b37
@@ -19,7 +19,7 @@ let
postFixup = '' postFixup = ''
moveToOutput "bin/nc" "$nc" moveToOutput "bin/nc" "$nc"
moveToOutput "share/man/man1/nc.1${lib.optionalString (!dontGzipMan) ".gz"}" "$nc" moveToOutput "share/man/man1/nc.1${lib.optionalString (dontGzipMan==null) ".gz"}" "$nc"
''; '';
dontGzipMan = if stdenv.isDarwin then true else null; # not sure what's wrong dontGzipMan = if stdenv.isDarwin then true else null; # not sure what's wrong