guix-commits
[Top][All Lists]
Advanced

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

35/63: gnu: haunt: Import the correct set of modules.


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

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

commit 8b59cd12e9d75afda88363a5e3a0f0a13bc449ad
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 11:52:11 2023 -0400

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

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0e6a4de52f..0f8d56a22d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2813,7 +2813,7 @@ inspired by the SCSH regular expression system.")
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((ice-9 match) (ice-9 ftw)
-                  ,@%default-gnu-imported-modules)
+                  ,@%default-gnu-modules)
        #:tests? #f ; test suite is non-deterministic :(
        #:phases (modify-phases %standard-phases
                   (add-after 'install 'wrap-haunt



reply via email to

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