libressl: fix eval
This commit is contained in:
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
|
||||||
|
|
Loading…
Reference in New Issue