From abd8bcb142643feb18df65b961ea58438a83f218 Mon Sep 17 00:00:00 2001 From: Jasper Hugo Date: Fri, 24 Dec 2021 18:19:16 +0700 Subject: [PATCH] Added OpenSSL as build dependency in shell.nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index c85a90f..b303701 100644 --- a/shell.nix +++ b/shell.nix @@ -73,6 +73,7 @@ mkShell { buildInputs = [ cargo pkg-config + openssl glib glib-networking gstreamer