mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: man-db: Return #t from all phases.
* gnu/packages/man.scm (man-db)[arguments]: Return #t from the 'patch-test-shebangs' phase.
This commit is contained in:
parent
6e3fc9bac6
commit
ff57d5b18e
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ (define-public man-db
|
|||
(("#! /bin/sh")
|
||||
(string-append "#!" (which "sh")))))
|
||||
(remove file-is-directory?
|
||||
(find-files "src/tests" ".*"))))))
|
||||
(find-files "src/tests" ".*")))
|
||||
#t)))
|
||||
(add-after 'unpack 'patch-iconv-path
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "src/man.c"
|
||||
|
|
Loading…
Reference in a new issue