guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/12: gnu: micropython: Remove input labels.


From: guix-commits
Subject: 09/12: gnu: micropython: Remove input labels.
Date: Sat, 4 Jun 2022 14:31:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 494a34410ebf94f8461f435d15c3baadf14c2ec6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200

    gnu: micropython: Remove input labels.
    
    * gnu/packages/python.scm (micropython)[native-inputs]:
    Remove input labels.
---
 gnu/packages/python.scm | 4 +---
 1 file changed, 1 insertion(+), 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]