mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
b17268b53e
commit
d867facecb
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue