mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -205,10 +205,14 @@ documentation.")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(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
|
||||
(list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
|
||||
(native-inputs
|
||||
(list clang cppcheck unzip xxd))
|
||||
(list "build"
|
||||
(string-append "PREFIX=" (assoc-ref %outputs "out")))))
|
||||
(native-inputs (list unzip xxd))
|
||||
(home-page "https://github.com/ryansuchocki/microscheme/")
|
||||
(synopsis "Scheme subset for Atmel microcontrollers")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user