guix-commits
[Top][All Lists]
Advanced

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

18/63: gnu: tsukundere: Import the correct set of modules.


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

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

commit 22705a4af468ded4863b4097ed0d7ec89c3e2c24
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 11:38:18 2023 -0400

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

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 9d956359bd..69b5380598 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -649,7 +649,7 @@ clone.")
                   (srfi srfi-1)
                   ((guix build guile-build-system)
                    #:select (target-guile-effective-version))
-                  ,@%default-gnu-imported-modules)
+                  ,@%default-gnu-modules)
        #:imported-modules ((guix build guile-build-system)
                            ,@%default-gnu-imported-modules)
        #:phases



reply via email to

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