guix-commits
[Top][All Lists]
Advanced

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

18/23: gnu: make-ergodox-firmware: Use AVR target.


From: guix-commits
Subject: 18/23: gnu: make-ergodox-firmware: Use AVR target.
Date: Mon, 11 Dec 2023 06:57:42 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 30d25ee201e0ae69e55494b14f9a08a0c917030b
Author: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
AuthorDate: Tue Nov 28 12:35:01 2023 +0100

    gnu: make-ergodox-firmware: Use AVR target.
    
    * gnu/packages/firmware.scm (make-ergodox-firmware/implementation):
    [arguments]: Add avr as target.
    [native-inputs]: Remove make-avr-toolchain.
    
    Change-Id: I4345a55d5dbd436d524de4886969b3332c6288a9
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/firmware.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 294bbea184..58253b93a7 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -1256,6 +1256,7 @@ OVERRIDE.H, to also override the corresponding layout 
include file."
       (arguments
        (list
         #:tests? #f                   ;no test suite
+        #:target "avr"
         #:make-flags
         #~(list (string-append "LAYOUT=" #$layout)
                 ;; Simplify the output directory name.
@@ -1281,7 +1282,7 @@ OVERRIDE.H, to also override the corresponding layout 
include file."
                   (install-file "firmware.hex" #$output)
                   (install-file "firmware.eep" #$output)
                   (install-file "firmware--layout.html" #$output)))))))
-      (native-inputs (list (make-avr-toolchain) python))
+      (native-inputs (list python))
       (home-page "https://www.ergodox.io";)
       (synopsis "Firmware for the ErgoDox keyboard")
       (description (format #f "This package contains the original firmware for



reply via email to

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