unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 69428@debbugs.gnu.org
Subject: [bug#69428] [PATCH 2/4] gnu: sxhkd: Remove asciidoc input.
Date: Tue, 27 Feb 2024 23:50:34 +0800	[thread overview]
Message-ID: <303b6da0675c2e15d4ebcaf3fb160f7b47f88ca2.1709046624.git.zhengjunjie@iscas.ac.cn> (raw)
In-Reply-To: <cover.1709046624.git.zhengjunjie@iscas.ac.cn>

asciidoc is a developing-time dependency.

* gnu/packages/xdisorg.scm(sxhkd)[inputs]: Remove asciidoc input.

Change-Id: Ib2379193014fdfe21de161691dac46d6e9feb758
---
 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index c8f78a9fb8..eb990c1c98 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -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
-- 
2.41.0





  parent reply	other threads:[~2024-02-27 15:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27 15:12 [bug#69428] [PATCH 0/4] fix sxhkd and bspwm cross-compilation Zheng Junjie
2024-02-27 15:50 ` [bug#69428] [PATCH 1/4] gnu: sxhkd: Use Gexps Zheng Junjie
2024-02-27 15:50 ` Zheng Junjie [this message]
2024-02-27 15:50 ` [bug#69428] [PATCH 3/4] gnu: bspwm: " Zheng Junjie
2024-02-27 15:50 ` [bug#69428] [PATCH 4/4] gnu: bspwm: fix cross-compilation Zheng Junjie
2024-03-19 11:18 ` bug#69428: [PATCH 0/4] fix sxhkd and bspwm cross-compilation 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=303b6da0675c2e15d4ebcaf3fb160f7b47f88ca2.1709046624.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=69428@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).