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
No known key found for this signature in database
GPG key ID: FE33A2282371E831

View file

@ -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
];