guix-commits
[Top][All Lists]
Advanced

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

47/63: gnu: mumps: Import the correct set of modules.


From: guix-commits
Subject: 47/63: gnu: mumps: Import the correct set of modules.
Date: Thu, 19 Oct 2023 00:04:00 -0400 (EDT)

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

commit 10e3aa1cba38e3611d066b8b404c9726b72ef5f7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 12:01:42 2023 -0400

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

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 62bbdc274a..2740bf7e5b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3894,7 +3894,7 @@ language understood by many solvers.")
      `(#:modules ((ice-9 match)
                   (ice-9 popen)
                   (srfi srfi-1)
-                  ,@%default-gnu-imported-modules)
+                  ,@%default-gnu-modules)
        #:phases
        (modify-phases %standard-phases
          (replace 'configure



reply via email to

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