all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61975] [PATCH] gnu: i3-wm: Add missing propagated inputs.
@ 2023-03-05  6:28 SeerLite via Guix-patches via
  2023-03-06  8:30 ` 宋文武 via Guix-patches via
  2023-03-07  3:44 ` [bug#61975] [PATCH v2 1/2] gnu: i3-wm: Use new package style SeerLite via Guix-patches via
  0 siblings, 2 replies; 6+ messages in thread
From: SeerLite via Guix-patches via @ 2023-03-05  6:28 UTC (permalink / raw)
  To: 61975; +Cc: SeerLite

perl-anyevent-i3 is necessary to run i3-save-tree.

* gnu/packages/wm.scm (i3-wm)[propagated-inputs]: Add perl and perl-anyevent-i3.
---
 gnu/packages/wm.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 5b8dbd5c70..8816f110bb 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -356,6 +356,8 @@ (define-public i3-wm
            startup-notification
            pango
            cairo))
+    (propagated-inputs
+     (list perl perl-anyevent-i3))
     (native-inputs
      (list which
            perl
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-09 21:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-05  6:28 [bug#61975] [PATCH] gnu: i3-wm: Add missing propagated inputs SeerLite via Guix-patches via
2023-03-06  8:30 ` 宋文武 via Guix-patches via
2023-03-07  3:47   ` SeerLite via Guix-patches via
2023-03-07  3:44 ` [bug#61975] [PATCH v2 1/2] gnu: i3-wm: Use new package style SeerLite via Guix-patches via
2023-03-07  3:44   ` [bug#61975] [PATCH v2 2/2] gnu: i3-wm: Add missing inputs for i3-save-tree SeerLite via Guix-patches via
2023-06-09 21:00   ` bug#61975: [PATCH] gnu: i3-wm: Add missing propagated inputs Ludovic Courtès

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.