guix-commits
[Top][All Lists]
Advanced

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

58/63: gnu: stb: Import the correct set of modules.


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

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

commit ffea6b2da63870b53c3bcbb6d218a63a587f6e2b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 12:12:39 2023 -0400

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

diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm
index 1e2f6a1f15..64c13225eb 100644
--- a/gnu/packages/stb.scm
+++ b/gnu/packages/stb.scm
@@ -47,7 +47,7 @@
        `(#:modules ((ice-9 ftw)
                     (ice-9 regex)
                     (srfi srfi-26)
-                    ,@%default-gnu-imported-modules)
+                    ,@%default-gnu-modules)
          #:phases (modify-phases %standard-phases
                     (delete 'configure)
                     (delete 'build)



reply via email to

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