From: Hilton Chain <hako@ultrarare.space>
To: 73142@debbugs.gnu.org
Cc: Nils Landt <nils@landt.email>,
Einar Largenius <einar.largenius@gmail.com>,
help-guix@gnu.org, Tobias Geerinckx-Rice <me@tobias.gr>,
elaexuotee@wilsonb.com
Subject: [PATCH] gnu: libsixel: Fix bash completion.
Date: Sat, 07 Dec 2024 13:44:58 +0800 [thread overview]
Message-ID: <87h67g59np.wl-hako@ultrarare.space> (raw)
In-Reply-To: <776785157.37135.1733544085529@office.mailbox.org>
* gnu/packages/image.scm (libsixel)[source]: Fix bash completion.
Fixes: https://issues.guix.gnu.org/73142
Reported-By: elaexuotee@wilsonb.com
Fixes: https://mail.gnu.org/archive/html/help-guix/2024-12/msg00029.html
Reported-by: Einar Largenius <einar.largenius@gmail.com>
Change-Id: I7e30bfa4ad6efcf27b2e89a42c34802b53bd30e0
---
Does this patch fix the issue?
gnu/packages/image.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 7337a27b88..0367c08994 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2831,7 +2831,12 @@ (define-public libsixel
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1nny4295ipy4ajcxmmh04c796hcds0y7z7rv3qd17mj70y8j0r2d"))))
+ (base32 "1nny4295ipy4ajcxmmh04c796hcds0y7z7rv3qd17mj70y8j0r2d"))
+ (modules '((guix build utils)))
+ (snippet
+ ;; https://github.com/libsixel/libsixel/issues/81
+ #~(substitute* "converters/shell-completion/bash/img2sixel"
+ (("have") "_have")))))
(build-system meson-build-system)
(arguments
(list
base-commit: 006679d1e6ca7acea0629b4f019c8cf89cde08be
prerequisite-patch-id: f132b4af7b85df465998e4f459bf729f8b66f320
prerequisite-patch-id: 71423f8b55ad6f04c3f3d647cbd9d42c6c332e06
prerequisite-patch-id: be124126488f174ea7e3bff735083a3edc09619a
prerequisite-patch-id: 244ca7d9a3430a90876970592a78d05207ee1893
prerequisite-patch-id: 53dc53cf4e9f0bb6e2f2c55194f3bc75a7381106
--
2.46.0
next prev parent reply other threads:[~2024-12-07 5:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-06 14:14 bash: have: command not found Einar Largenius
2024-12-06 19:17 ` Tobias Geerinckx-Rice
2024-12-06 21:59 ` Einar Largenius
2024-12-06 22:58 ` Tobias Geerinckx-Rice
2024-12-09 9:16 ` Einar Largenius
2024-12-07 4:01 ` Nils Landt
2024-12-07 5:44 ` Hilton Chain [this message]
2024-12-09 9:20 ` [PATCH] gnu: libsixel: Fix bash completion Einar Largenius
2024-12-09 9:20 ` bug#73142: " Einar Largenius
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=87h67g59np.wl-hako@ultrarare.space \
--to=hako@ultrarare.space \
--cc=73142@debbugs.gnu.org \
--cc=einar.largenius@gmail.com \
--cc=elaexuotee@wilsonb.com \
--cc=help-guix@gnu.org \
--cc=me@tobias.gr \
--cc=nils@landt.email \
/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.
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).