diff options
Diffstat (limited to 'gnu/packages/avr-xyz.scm')
-rw-r--r-- | gnu/packages/avr-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |