me
/
guix
Archived
1
0
Fork 0

gnu: simavr: Remove modules from arguments.

* gnu/packages/avr-xyz.scm (simavr)<arguments>: Remove the #:modules keyword
argument as it contains the default modules only.

Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: Idf350cad53db879e90a53849c23ac4e63b53cfd1
master
Jean-Pierre De Jesus DIAZ 2024-04-12 09:25:49 +01:00 committed by Christopher Baines
parent 2c05986348
commit 188168ee08
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@
(arguments
(list
#:tests? #f
#:modules '((guix build gnu-build-system)
(guix build utils))
#:phases #~(modify-phases %standard-phases
(delete 'configure)
(replace 'check