mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: sxhkd: Remove asciidoc from inputs.
asciidoc is a developing-time dependency. * gnu/packages/xdisorg.scm(sxhkd)[inputs]: Remove asciidoc. Change-Id: Ib2379193014fdfe21de161691dac46d6e9feb758 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
a356eb7b94
commit
683a01b7a1
1 changed files with 1 additions and 1 deletions
|
@ -1341,7 +1341,7 @@ (define-public sxhkd
|
|||
(base32 "1winwzdy9yxvxnrv8gqpigl9y0c2px27mnms62bdilp4x6llrs9r"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list asciidoc libxcb xcb-util xcb-util-keysyms xcb-util-wm))
|
||||
(list libxcb xcb-util xcb-util-keysyms xcb-util-wm))
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases (delete 'configure))
|
||||
#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue