Unverified Commit 5cc3fd82 authored by Tom Wieczorek's avatar Tom Wieczorek
Browse files

appflowy: remove openssl_1_1 dependency

It's EOL and no longer required.
parent 968f17c3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
  ];