mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
This commit is contained in:
parent
2c05986348
commit
188168ee08
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ (define-public simavr
|
|||
(arguments
|
||||
(list
|
||||
#:tests? #f
|
||||
#:modules '((guix build gnu-build-system)
|
||||
(guix build utils))
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
(replace 'check
|
||||
|
|
Loading…
Reference in a new issue