mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: man-pages-posix: Remove redundant manpage compression.
* gnu/packages/man.scm (man-pages-posix)[arguments]: Don't run build phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
1d16506c32
commit
a3ef89714f
1 changed files with 4 additions and 4 deletions
|
@ -374,11 +374,11 @@ Linux kernel and C library interfaces employed by user-space programs.")
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
;; The compress-documentation phase doesn't pick up on our manpages as
|
||||
;; its regex doesn't support trailing letters, so manually compress.
|
||||
#:make-flags ,#~(list (string-append "prefix=" #$output) "gz")
|
||||
#:make-flags ,#~(list (string-append "prefix=" #$output))
|
||||
#:license-file-regexp "POSIX-COPYRIGHT"
|
||||
#:phases (modify-phases %standard-phases (delete 'configure))))
|
||||
;; The build phase only compresses documentation, which we already do.
|
||||
#:phases (modify-phases %standard-phases (delete 'configure)
|
||||
(delete 'build))))
|
||||
(home-page "https://www.kernel.org/doc/man-pages/")
|
||||
(synopsis "Man pages from the POSIX.1-2013 standard")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue