guix-commits
[Top][All Lists]
Advanced

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

20/23: gnu: lufa: Use AVR target.


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

efraim pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/avr-xyz.scm b/gnu/packages/avr-xyz.scm
index 26cf5e7a83..e6092df082 100644
--- a/gnu/packages/avr-xyz.scm
+++ b/gnu/packages/avr-xyz.scm
@@ -125,6 +125,7 @@ multipart HEX files.")
      ;; only built).
      (list
       #:tests? #f
+      #:target "avr"
       #:modules '((guix build gnu-build-system)
                   (guix build utils)
                   (ice-9 match)
@@ -175,7 +176,7 @@ multipart HEX files.")
                               (mkdir-p dest)
                               (copy-recursively html dest)))
                           html-dirs)))))))
-    (native-inputs (list doxygen (make-avr-toolchain)))
+    (native-inputs (list doxygen))
     (home-page "https://www.lufa-lib.org/";)
     (synopsis "Lightweight USB Framework for AVRs")
     (description "UFA is a simple to use, lightweight framework which sits



reply via email to

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