name='robots' content='noindex, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/avr.scm
AgeCommit message (Expand)Author
2023-04-06gnu: 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-16gnu: 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> Fabio Natali