Merge pull request #276960 from a-n-n-a-l-e-e/goodvibes-fix

goodvibes: add glib-networking for TLS support
This commit is contained in:
7c6f434c 2023-12-27 11:25:25 +00:00 committed by GitHub
commit 40d63263d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
, ninja
, pkg-config
, glib
, glib-networking
, gtk3
, libsoup
, keybinder3
@ -36,6 +37,8 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
# for libsoup TLS support
glib-networking
gtk3
libsoup
keybinder3