[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
214/217: gnu: python-wmctrl: Add missing python-attrs propagated inputs.
From: |
guix-commits |
Subject: |
214/217: gnu: python-wmctrl: Add missing python-attrs propagated inputs. |
Date: |
Sun, 14 Nov 2021 19:21:31 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit b546cbc329bae4e5583a74f4ab4b8c8b60ef67a6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Nov 4 23:04:42 2021 -0400
gnu: python-wmctrl: Add missing python-attrs propagated inputs.
Credits to the 'sanity-check' phase for detecting this problem.
* gnu/packages/python-xyz.scm (python-wmctrl)[propagated-inputs]: Add
python-attrs.
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ad31773..b9f14de 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5690,6 +5690,7 @@ humans, and implementation simplicity.")
(("'wmctrl")
(string-append "'" wmctrl "/bin/wmctrl")))))))))
(inputs `(("wmctrl" ,wmctrl)))
+ (propagated-inputs (list python-attrs))
(home-page "https://github.com/antocuni/wmctrl")
(synopsis "Tool to programmatically control Xorg windows")
(description "This package provides a library for programmatically
- 138/217: profiles: Add a gdk-pixbuf-loaders-cache-file hook., (continued)
- 138/217: profiles: Add a gdk-pixbuf-loaders-cache-file hook., guix-commits, 2021/11/14
- 143/217: gnu: elogind: Update to 246.10., guix-commits, 2021/11/14
- 152/217: gnu: python-dbus: Update to 1.2.18., guix-commits, 2021/11/14
- 167/217: gnu: python-lit: Update to 12.0.1., guix-commits, 2021/11/14
- 169/217: gnu: Add meson-0.59., guix-commits, 2021/11/14
- 171/217: gnu: gtkmm: Update to 4.4.0., guix-commits, 2021/11/14
- 189/217: gnu: Remove references to a removed patch., guix-commits, 2021/11/14
- 191/217: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants., guix-commits, 2021/11/14
- 203/217: build: meson: Replace the 'test-target' argument by 'test-options'., guix-commits, 2021/11/14
- 197/217: gnu: ansible-core: Update to 2.11.6., guix-commits, 2021/11/14
- 214/217: gnu: python-wmctrl: Add missing python-attrs propagated inputs.,
guix-commits <=
- 192/217: gnu: Add python-dotenv., guix-commits, 2021/11/14
- 194/217: gnu: docker-compose: Update to 1.29.2., guix-commits, 2021/11/14
- 201/217: gnu: icecat: Use latest rust., guix-commits, 2021/11/14
- 196/217: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build., guix-commits, 2021/11/14
- 202/217: gnu: guile-ssh: Update to 0.13.1-2e25d85., guix-commits, 2021/11/14