gnu: diffoscope: Simplify the build-man-page phase.
* gnu/packages/diffoscope.scm (diffoscope) [phases]: Remove MAKE-FLAGS binding in the build-man-page phase, as the python-build-system has no such argument.
parent
e5dc6541fe
commit
2b1e5cb6a8
|
@ -113,8 +113,8 @@
|
||||||
(("\\[\"getfacl\",")
|
(("\\[\"getfacl\",")
|
||||||
(string-append "[\"" (which "getfacl") "\",")))))
|
(string-append "[\"" (which "getfacl") "\",")))))
|
||||||
(add-after 'build 'build-man-page
|
(add-after 'build 'build-man-page
|
||||||
(lambda* (#:key (make-flags '()) #:allow-other-keys)
|
(lambda _
|
||||||
(apply invoke "make" "-C" "doc" make-flags)))
|
(invoke "make" "-C" "doc")))
|
||||||
(add-before 'check 'writable-test-data
|
(add-before 'check 'writable-test-data
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Tests may need write access to tests directory.
|
;; Tests may need write access to tests directory.
|
||||||
|
|
Reference in New Issue