about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-04-12 10:19:29 +0200
committerAtemu <atemu.main@gmail.com>2023-04-12 10:24:52 +0200
commit45393fdf99b2f999720e5d043b77634b2f846871 (patch)
tree9af8fd13206f66d62b2b33754637085c2eb2d3dc /pkgs/top-level
parent8655687b5becc369d24f141e657b56cd93badd2c (diff)
mlterm: clean up libssh support
openssl is not necessary as a direct dep and we no longer need the linker magic.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 806f0e9b71c5d..d02d74070667c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2563,8 +2563,6 @@ with pkgs;
   microcom = callPackage ../applications/terminal-emulators/microcom { };
 
   mlterm = darwin.apple_sdk_11_0.callPackage ../applications/terminal-emulators/mlterm {
-    libssh2 = null;
-    openssl = null;
     inherit (darwin.apple_sdk_11_0.frameworks) Cocoa;
   };