gnu: man-db: Update to 2.8.2.

* gnu/packages/man.scm (man-db): Update to 2.8.2.
This commit is contained in:
Marius Bakke 2018-03-14 16:36:05 +01:00
parent 9a02dcf35a
commit 880e2170b7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -58,14 +58,14 @@ (define-public libpipeline
(define-public man-db
(package
(name "man-db")
(version "2.7.6.1")
(version "2.8.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/man-db/man-db-"
version ".tar.xz"))
(sha256
(base32
"0gqgs4zc3r87apns0k5qp689p2ylxx2596s2mkmkxjjay99brv88"))))
"0p0cvv5ykvyzq33qyfik11p2s0d2j75ans1avj9xv3c8vy3zzga5"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@ -131,6 +131,9 @@ (define-public man-db
("groff-minimal" ,groff-minimal)
("less" ,less)
("libpipeline" ,libpipeline)
;; FIXME: 4.8 and later can use libseccomp, but it causes test
;; failures in the build chroot.
;;("libseccomp" ,libseccomp)
("util-linux" ,util-linux)))
(native-search-paths
(list (search-path-specification