gwenhywfar: build with gnutls33 to avoid linker errors

./.libs/libgwenhywfar.so: undefined reference to `gnutls_protocol_set_priority'
This commit is contained in:
Peter Simons 2015-05-15 10:59:46 +02:00
parent aa3db1b19c
commit ede1606933

View file

@ -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 { };