gnu: avr-gcc: Use G-expression....This is necessary because the GCC package uses G-expressions, so any
inheriting package that modifies build phases must also use them.
* gnu/packages/avr.scm (avr-gcc)[arguments]: Replace quasiquoting with
G-expression; remove trailing #T from build phases.
Ricardo Wurmus
2022-11-16
gnu: microscheme: Update to 0.9.4....* gnu/packages/avr.scm (microscheme): Update to 0.9.4.
[native-inputs]: Add clang and cppcheck.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>