x3270: add openssl and readline to build inputs
These are optional dependencies but required if you need ssl integration and readline support
This commit is contained in:
parent
958bde7024
commit
16e9ab20a9
@ -18,6 +18,8 @@
|
||||
, fontbitstream100dpi
|
||||
, tcl
|
||||
, ncurses
|
||||
, openssl
|
||||
, readline
|
||||
}:
|
||||
let
|
||||
majorVersion = "4";
|
||||
@ -66,6 +68,8 @@ stdenv.mkDerivation rec {
|
||||
tcl
|
||||
ncurses
|
||||
expat
|
||||
openssl
|
||||
readline
|
||||
] ++ lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user