From 5cc3fd82094dffb1c0ec93f3122b7a40c2f0c81d Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Fri, 1 Sep 2023 10:51:44 +0200 Subject: [PATCH] appflowy: remove openssl_1_1 dependency It's EOL and no longer required. --- pkgs/applications/office/appflowy/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/office/appflowy/default.nix b/pkgs/applications/office/appflowy/default.nix index cb81715b05e3..46d514187d52 100644 --- a/pkgs/applications/office/appflowy/default.nix +++ b/pkgs/applications/office/appflowy/default.nix @@ -6,7 +6,6 @@ , copyDesktopItems , makeDesktopItem , gtk3 -, openssl_1_1 , xdg-user-dirs , keybinder3 }: @@ -29,7 +28,6 @@ stdenv.mkDerivation rec { buildInputs = [ gtk3 - openssl_1_1 keybinder3 ];