summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:17 +0200
commit494a34410ebf94f8461f435d15c3baadf14c2ec6 (patch)
treeb0e9c3e25129e894a5c051bc3773c1ba4f292e8c
parented0f595db4b6610f017c213433f1e98c84960c37 (diff)
downloadguix-patches-494a34410ebf94f8461f435d15c3baadf14c2ec6.tar
guix-patches-494a34410ebf94f8461f435d15c3baadf14c2ec6.tar.gz
gnu: micropython: Remove input labels.
* gnu/packages/python.scm (micropython)[native-inputs]: Remove input labels.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 71cc21751c..4676409eec 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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/")