gnu: microscheme: Remove dependency on clang and cppcheck.

* gnu/packages/avr-xyz.scm (microscheme)[arguments]: Pass “build”
as #:make-flags.
[native-inputs]: Remove dependency on clang and cppcheck.

Change-Id: Ib3d60984e6c660f4ad599433260d0bf8743b5b38
This commit is contained in:
Ludovic Courtès 2025-04-14 17:22:25 +02:00
parent b17268b53e
commit d867facecb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -205,10 +205,14 @@ documentation.")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)) (delete 'configure))
;; The 'check' target runs 'cppcheck' and 'clang-format', but it fails
;; unless given an old version of the former, such as 2.10.3. Since
;; the 'all' target depends on 'check', explicitly ask for 'build'.
#:make-flags #:make-flags
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))))) (list "build"
(native-inputs (string-append "PREFIX=" (assoc-ref %outputs "out")))))
(list clang cppcheck unzip xxd)) (native-inputs (list unzip xxd))
(home-page "https://github.com/ryansuchocki/microscheme/") (home-page "https://github.com/ryansuchocki/microscheme/")
(synopsis "Scheme subset for Atmel microcontrollers") (synopsis "Scheme subset for Atmel microcontrollers")
(description (description