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:
Scott Windsor 2024-05-09 19:18:08 -07:00
parent 958bde7024
commit 16e9ab20a9

View File

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