about summary refs log tree commit diff
path: root/pkgs/applications/office/appflowy
diff options
context:
space:
mode:
authorTom Wieczorek <tom@bibbu.net>2023-09-01 10:51:44 +0200
committerTom Wieczorek <tom@bibbu.net>2023-09-01 10:51:44 +0200
commit5cc3fd82094dffb1c0ec93f3122b7a40c2f0c81d (patch)
tree0dc83b4da4c0267df3b46a67f1c84b1605c206a9 /pkgs/applications/office/appflowy
parent968f17c31c04dd83604b9bc0fed72103d4a500f4 (diff)
appflowy: remove openssl_1_1 dependency
It's EOL and no longer required.
Diffstat (limited to 'pkgs/applications/office/appflowy')
-rw-r--r--pkgs/applications/office/appflowy/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/office/appflowy/default.nix b/pkgs/applications/office/appflowy/default.nix
index cb81715b05e3d..46d514187d52a 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
   ];