guix-commits
[Top][All Lists]
Advanced

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

14/63: gnu: fastcap: Import the correct set of modules.


From: guix-commits
Subject: 14/63: gnu: fastcap: Import the correct set of modules.
Date: Thu, 19 Oct 2023 00:03:53 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 61adbdfa4255ebf381cf64317e5099d11f4bf9e8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 11:33:54 2023 -0400

    gnu: fastcap: Import the correct set of modules.
    
    * gnu/packages/engineering.scm (fastcap) [arguments]
    <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.
    
    Change-Id: Ia1b6bbb2b4fa28ac22e129c83bc9ad2043ff755f
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 365434fa2f..fe29a8a366 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -589,7 +589,7 @@ featuring various improvements and bug fixes.")))
        #:parallel-build? #f
        #:tests? #f ;; no tests-suite
        #:modules ((srfi srfi-1)
-                  ,@%default-gnu-imported-modules)
+                  ,@%default-gnu-modules)
        #:phases
        (modify-phases %standard-phases
          (add-after 'build 'make-doc



reply via email to

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