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.
This commit is contained in:
parent
b89ab98168
commit
14949c630b
1 changed files with 1 additions and 0 deletions
|
@ -5690,6 +5690,7 @@ (define-public python-wmctrl
|
|||
(("'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
|
||||
|
|
Loading…
Reference in a new issue