me
/
guix
Archived
1
0
Fork 0

gnu: python-tldr: Use g-exp.

* gnu/packages/python-xyz.scm (python-tldr)[arguments]: Rewrite with (guix gexp).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
kiasoc5 2022-05-16 22:57:39 -04:00 committed by Ludovic Courtès
parent 1ffee0cf98
commit bb03318a59
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 10 additions and 10 deletions

View File

@ -23995,8 +23995,8 @@ Public Suffix List's private domains as well.")
(base32 "1hxmprqg8c4cvs19n7f80f3y7jj74i8sc2dmq2gdjmsdrb54bbzc")))) (base32 "1hxmprqg8c4cvs19n7f80f3y7jj74i8sc2dmq2gdjmsdrb54bbzc"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (list #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'build 'build-doc (add-after 'build 'build-doc
(lambda _ (lambda _
(invoke "make" "-C" "docs"))) (invoke "make" "-C" "docs")))