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:
Maxim Cournoyer 2021-11-04 23:04:42 -04:00
parent b89ab98168
commit 14949c630b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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