From 16e9ab20a929c851f73616dbd8e52157debbb6c3 Mon Sep 17 00:00:00 2001 From: Scott Windsor Date: Thu, 9 May 2024 19:18:08 -0700 Subject: [PATCH] x3270: add openssl and readline to build inputs These are optional dependencies but required if you need ssl integration and readline support --- pkgs/applications/terminal-emulators/x3270/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/terminal-emulators/x3270/default.nix b/pkgs/applications/terminal-emulators/x3270/default.nix index 010345aa03df..2e901e5af876 100644 --- a/pkgs/applications/terminal-emulators/x3270/default.nix +++ b/pkgs/applications/terminal-emulators/x3270/default.nix @@ -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; {