all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "\(unmatched-parenthesis via Guix-patches" via <guix-patches@gnu.org>
To: 53445@debbugs.gnu.org
Cc: "\(unmatched-parenthesis" <paren@disroot.org>
Subject: [bug#53445] [PATCH 2/3] gnu: Add python2-i3ipc
Date: Sat, 22 Jan 2022 11:47:23 +0000	[thread overview]
Message-ID: <20220122114722.21774-2-paren@disroot.org> (raw)
In-Reply-To: <20220122114722.21774-1-paren@disroot.org>

* gnu/packages/wm.scm(python2-i3ipc): New variable.
---
 gnu/packages/wm.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 975247bf07..c791bcf44e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -561,6 +561,9 @@ (define-public python-i3ipc
    (synopsis "An improved Python library to control i3wm and sway")
    (description "This package provides an improved Python library to control i3wm and sway.")
    (license license:bsd-3)))
+
+(define-public python2-i3ipc
+  (package-with-python2 python-i3ipc))
 (define-public qtile
   (package
     (name "qtile")
-- 
2.34.0





  reply	other threads:[~2022-01-22 12:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-22 11:47 [bug#53444] [PATCH 1/3] gnu: Add python-i3ipc (unmatched-parenthesis via Guix-patches via
2022-01-22 11:47 ` (unmatched-parenthesis via Guix-patches via [this message]
2022-01-22 14:30   ` [bug#53445] [PATCH 2/3] gnu: Add python2-i3ipc Maxime Devos
2022-01-24 14:32   ` bug#53445: " zimoun
2022-01-22 11:47 ` [bug#53444] [PATCH 3/3] gnu: Add i3-autotiling (unmatched-parenthesis via Guix-patches via
2022-09-25 20:26 ` bug#53444: [PATCH 1/3] gnu: Add python-i3ipc Björn Höfling

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

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

  git send-email \
    --in-reply-to=20220122114722.21774-2-paren@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=53445@debbugs.gnu.org \
    --cc=paren@disroot.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 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.