mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: make-avr-libc: Fix synopsis.
* gnu/packages/avr.scm (make-avr-libc/implementation): Drop 'The' from synopsis. Change-Id: Idb6c008d709a988075789a6220af63f4917c2179 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7d1041820c
commit
a075ac8854
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ (define* (make-avr-libc/implementation #:key (xgcc gcc))
|
||||||
(native-inputs `(("avr-binutils" ,(make-avr-binutils))
|
(native-inputs `(("avr-binutils" ,(make-avr-binutils))
|
||||||
("avr-gcc" ,(make-avr-gcc #:xgcc xgcc))))
|
("avr-gcc" ,(make-avr-gcc #:xgcc xgcc))))
|
||||||
(home-page "https://www.nongnu.org/avr-libc/")
|
(home-page "https://www.nongnu.org/avr-libc/")
|
||||||
(synopsis "The AVR C Library")
|
(synopsis "AVR C Library")
|
||||||
(description
|
(description
|
||||||
"AVR Libc is a project whose goal is to provide a high quality C library
|
"AVR Libc is a project whose goal is to provide a high quality C library
|
||||||
for use with GCC on Atmel AVR microcontrollers.")
|
for use with GCC on Atmel AVR microcontrollers.")
|
||||||
|
|
Loading…
Reference in a new issue