guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

213/227: gnu: python-wmctrl: Add missing python-attrs propagated inputs.


From: guix-commits
Subject: 213/227: gnu: python-wmctrl: Add missing python-attrs propagated inputs.
Date: Thu, 11 Nov 2021 12:30:53 -0500 (EST)

apteryx pushed a commit to branch core-updates-frozen
in repository guix.

commit 14949c630bdc78cf5b5bad8ef2dd835a82077541
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 1e1c4d0..4ca7b13 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]