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
|
@ -79,7 +79,8 @@ a flexible and convenient way.")
|
||||||
(("#! /bin/sh")
|
(("#! /bin/sh")
|
||||||
(string-append "#!" (which "sh")))))
|
(string-append "#!" (which "sh")))))
|
||||||
(remove file-is-directory?
|
(remove file-is-directory?
|
||||||
(find-files "src/tests" ".*"))))))
|
(find-files "src/tests" ".*")))
|
||||||
|
#t)))
|
||||||
(add-after 'unpack 'patch-iconv-path
|
(add-after 'unpack 'patch-iconv-path
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "src/man.c"
|
(substitute* "src/man.c"
|
||||||
|
|
Loading…
Reference in New Issue