appflowy: remove openssl_1_1 dependency

It's EOL and no longer required.
This commit is contained in:
Tom Wieczorek
2023-09-01 10:51:44 +02:00
parent 968f17c31c
commit 5cc3fd8209
@@ -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
];