mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
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:
commit
40d63263d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user