gnu: botan: Use getentropy().

* gnu/packages/crypto.scm (botan)[arguments]: Enable the ‘getentropy’
OS feature.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-09 00:28:25 +01:00
parent 69ad8d92e6
commit be4f2d9451
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -757,7 +757,10 @@ (define-public botan
;; Otherwise, the `botan` executable cannot find
;; libbotan.
(string-append "--ldflags=-Wl,-rpath=" lib)
"--with-os-feature=getentropy"
"--with-rst2man"
;; Recommended by upstream
"--with-zlib" "--with-bzip2" "--with-sqlite3"))))
(replace 'check