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 @@ (define-public lufa ;; only built). (list #:tests? #f + #:target "avr" #:modules '((guix build gnu-build-system) (guix build utils) (ice-9 match) @@ -175,7 +176,7 @@ (define-public lufa (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