me
/
guix
Archived
1
0
Fork 0

gnu: python-xlib: Fix native input.

* gnu/packages/python-xyz.scm (python-xlib)[native-inputs]: Replace
python2-setuptools-scm with python-setuptools-scm.
Nicolas Goaziou 2020-06-28 23:50:42 +02:00
parent 4e47c8fcf0
commit 98145307f7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -7398,7 +7398,7 @@ falling into the Python interpreter.")
#t))))))
(native-inputs
`(("python-mock" ,python-mock)
("python2-setuptools-scm" ,python2-setuptools-scm)
("python-setuptools-scm" ,python-setuptools-scm)
("python-six" ,python-six)
("xorg-server" ,xorg-server)))
(home-page "https://github.com/python-xlib/python-xlib")