gnu: micropython: Remove input labels.

* gnu/packages/python.scm (micropython)[native-inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:01 +02:00
parent ed0f595db4
commit 494a34410e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -714,9 +714,7 @@ To function properly, this package should not be installed together with the
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
"V=1")
#:test-target "test"))
(native-inputs
`(("pkg-config" ,pkg-config)
("python" ,python-wrapper)))
(native-inputs (list pkg-config python-wrapper))
(inputs
(list libffi))
(home-page "https://micropython.org/")