Added OpenSSL as build dependency in shell.nix

This commit is contained in:
Jasper Hugo 2021-12-24 18:19:16 +07:00
parent 9d6d696b08
commit abd8bcb142
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ mkShell {
buildInputs = [
cargo
pkg-config
openssl
glib
glib-networking
gstreamer