guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#70309] [PATCH v2] gnu: simavr: Remove modules from arguments.


From: Dale Mellor
Subject: [bug#70309] [PATCH v2] gnu: simavr: Remove modules from arguments.
Date: Fri, 12 Apr 2024 09:25:49 +0100

From: Jean-Pierre De Jesus DIAZ <jean@foundation.xyz>

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

Review:
  * Trivial change, totally benign
  * lint/build-check/install all clean

Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org>
Change-Id: Idf350cad53db879e90a53849c23ac4e63b53cfd1
---
 gnu/packages/avr-xyz.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/avr-xyz.scm b/gnu/packages/avr-xyz.scm
index e6092df082..86ac941770 100644
--- a/gnu/packages/avr-xyz.scm
+++ b/gnu/packages/avr-xyz.scm
@@ -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
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]