mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: man-db: Update to 2.8.2.
* gnu/packages/man.scm (man-db): Update to 2.8.2.
This commit is contained in:
parent
9a02dcf35a
commit
880e2170b7
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue