mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
gwenhywfar: build with gnutls33 to avoid linker errors
./.libs/libgwenhywfar.so: undefined reference to `gnutls_protocol_set_priority'
This commit is contained in:
parent
aa3db1b19c
commit
ede1606933
@ -6214,7 +6214,7 @@ let
|
||||
|
||||
gvfs = callPackage ../development/libraries/gvfs { gconf = gnome.GConf; };
|
||||
|
||||
gwenhywfar = callPackage ../development/libraries/gwenhywfar { };
|
||||
gwenhywfar = callPackage ../development/libraries/gwenhywfar { gnutls = gnutls33; };
|
||||
|
||||
hamlib = callPackage ../development/libraries/hamlib { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user