Archived
1
0
Fork 0

gnu: opendht: Propagate gnutls.

Propagate gnutls as it's included by the opendht/crypto.h header file.

* gnu/packages/networking.scm (opendht)[inputs]: Move gnutls...
[propagated-inputs]: ...to here.  Move argon2 to inputs.
This commit is contained in:
Maxim Cournoyer 2020-08-01 23:39:48 -04:00
parent 5cba0f4805
commit 9f7dc76451
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -26,7 +26,7 @@
;;; Copyright © 2018, 2020 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2018, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2018, 2020 Oleg Pykhalov <go.wigust@gmail.com> ;;; Copyright © 2018, 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2019, 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2019 Vasile Dumitrascu <va511e@yahoo.com> ;;; Copyright © 2019 Vasile Dumitrascu <va511e@yahoo.com>
;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si> ;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
@ -2926,20 +2926,20 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream bug? ;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream bug?
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("gnutls" ,gnutls) `(("argon2" ,argon2)
("nettle" ,nettle) ("nettle" ,nettle)
("readline" ,readline) ("readline" ,readline)
("jsoncpp" ,jsoncpp) ("jsoncpp" ,jsoncpp)
("openssl" ,openssl) ("openssl" ,openssl) ;required for the DHT proxy
("fmt" ,fmt))) ("fmt" ,fmt)))
(propagated-inputs (propagated-inputs
`(("argon2" ,argon2) ; TODO: Needed for the pkg-config .pc file to work? `(("gnutls" ,gnutls) ;included in opendht/crypto.h
("msgpack" ,msgpack))) ;included in several installed headers ("msgpack" ,msgpack))) ;included in several installed headers
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("pkg-config" ,pkg-config)
("restinio" ,restinio)
("automake" ,automake) ("automake" ,automake)
("pkg-config" ,pkg-config)
("restinio" ,restinio) ;headers only library
("libtool" ,libtool) ("libtool" ,libtool)
("cppunit" ,cppunit))) ("cppunit" ,cppunit)))
(arguments (arguments