gnu: micropython: Remove input labels.
* gnu/packages/python.scm (micropython)[native-inputs]: Remove input labels.
This commit is contained in:
parent
ed0f595db4
commit
494a34410e
1 changed files with 1 additions and 3 deletions
|
@ -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"))
|
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||||
"V=1")
|
"V=1")
|
||||||
#:test-target "test"))
|
#:test-target "test"))
|
||||||
(native-inputs
|
(native-inputs (list pkg-config python-wrapper))
|
||||||
`(("pkg-config" ,pkg-config)
|
|
||||||
("python" ,python-wrapper)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list libffi))
|
(list libffi))
|
||||||
(home-page "https://micropython.org/")
|
(home-page "https://micropython.org/")
|
||||||
|
|
Reference in a new issue