* [bug#54182] [PATCH] gnu: foot: Add TERMINFO_DIRS to the search paths
@ 2022-02-27 14:37 Kevin Boulain
2022-02-27 15:42 ` Maxime Devos
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Boulain @ 2022-02-27 14:37 UTC (permalink / raw)
To: 54182; +Cc: Kevin Boulain
A few other terminals in this file already do that to expose the
terminfo database. Without it, other programs will complain about
the "unknown terminal: foot".
* gnu/packages/terminals.scm (foot): Export TERMINFO_DIRS.
---
gnu/packages/terminals.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 06fa341472..a9500d6626 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -858,6 +858,12 @@ (define-public foot
pkg-config scdoc wayland-protocols))
(inputs
(list fcft libxkbcommon wayland))
+ (native-search-paths
+ ;; FIXME: This should only be located in 'ncurses'. Nonetheless it is
+ ;; provided for usability reasons. See <https://bugs.gnu.org/22138>.
+ (list (search-path-specification
+ (variable "TERMINFO_DIRS")
+ (files '("share/terminfo")))))
(synopsis "Wayland-native terminal emulator")
(description
"@command{foot} is a terminal emulator for systems using the Wayland
--
2.34.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#54182] [PATCH] gnu: foot: Add TERMINFO_DIRS to the search paths
2022-02-27 14:37 [bug#54182] [PATCH] gnu: foot: Add TERMINFO_DIRS to the search paths Kevin Boulain
@ 2022-02-27 15:42 ` Maxime Devos
2022-02-27 17:23 ` bug#54182: " Kevin Boulain
0 siblings, 1 reply; 3+ messages in thread
From: Maxime Devos @ 2022-02-27 15:42 UTC (permalink / raw)
To: Kevin Boulain, 54182
[-- Attachment #1: Type: text/plain, Size: 79 bytes --]
This appears to be a duplicate of #53257
(https://issues.guix.gnu.org/53257)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#54182: [PATCH] gnu: foot: Add TERMINFO_DIRS to the search paths
2022-02-27 15:42 ` Maxime Devos
@ 2022-02-27 17:23 ` Kevin Boulain
0 siblings, 0 replies; 3+ messages in thread
From: Kevin Boulain @ 2022-02-27 17:23 UTC (permalink / raw)
To: Maxime Devos; +Cc: 54182-close
Oh, my bad, I guess I can't search :)
I see that some discussion has already happened and a proper solution
isn't as simple as that. Let's close this one then.
On Sun, 27 Feb 2022 at 16:42, Maxime Devos <maximedevos@telenet.be> wrote:
>
> This appears to be a duplicate of #53257
> (https://issues.guix.gnu.org/53257)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-02-27 17:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-27 14:37 [bug#54182] [PATCH] gnu: foot: Add TERMINFO_DIRS to the search paths Kevin Boulain
2022-02-27 15:42 ` Maxime Devos
2022-02-27 17:23 ` bug#54182: " Kevin Boulain
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.