guix-commits
[Top][All Lists]
Advanced

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

57/63: gnu: simh: Import the correct set of modules.


From: guix-commits
Subject: 57/63: gnu: simh: 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 5166e6c75607cd6f1531a5687a8a1d7ec102a76c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 12:11:59 2023 -0400

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

diff --git a/gnu/packages/simh.scm b/gnu/packages/simh.scm
index 7be6d934de..b3ded715d8 100644
--- a/gnu/packages/simh.scm
+++ b/gnu/packages/simh.scm
@@ -53,7 +53,7 @@
            #:make-flags
            #~(list (string-append "GCC=" #$(cc-for-target) " -fcommon"))
            #:modules `((ice-9 string-fun)
-                       ,@%default-gnu-imported-modules)
+                       ,@%default-gnu-modules)
            #:phases
            #~(modify-phases %standard-phases
                (delete 'configure)



reply via email to

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