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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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