guix-commits
[Top][All Lists]
Advanced

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

17/22: gnu: sigrok-firmware-fx2lafw: Remove input labels.


From: guix-commits
Subject: 17/22: gnu: sigrok-firmware-fx2lafw: Remove input labels.
Date: Mon, 25 Sep 2023 06:32:12 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 5c154cf2f03578bb27acac29ddbbfbb2c3fa7b2e
Author: Simon South <simon@simonsouth.net>
AuthorDate: Sun Sep 17 18:12:51 2023 -0400

    gnu: sigrok-firmware-fx2lafw: Remove input labels.
    
    * gnu/packages/electronics.scm (sigrok-firmware-fx2lafw)[native-inputs]:
    Remove input labels.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/electronics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 182e183312..48d1099c78 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -133,7 +133,7 @@ to take care of the OS-specific details when writing 
software that uses serial p
                (base32
                 "0fyfd82mvrcf55v5a3afq1mh1kfswk4c37qrbln6x92jm3b41x53"))))
     (native-inputs
-     `(("sdcc" ,sdcc)))
+     (list sdcc))
     (build-system gnu-build-system)
     (home-page "https://www.sigrok.org/wiki/Fx2lafw";)
     (synopsis "Firmware for Cypress FX2 chips")



reply via email to

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