guix-commits
[Top][All Lists]
Advanced

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

29/63: gnu: python-graph-tool: Import the correct set of modules.


From: guix-commits
Subject: 29/63: gnu: python-graph-tool: Import the correct set of modules.
Date: Thu, 19 Oct 2023 00:03:58 -0400 (EDT)

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

commit 0882cc40e049e805a3562f668d1f05cc3b94ee6e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 11:48:01 2023 -0400

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

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 9b558ae2cc..97ad8ed18c 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -638,7 +638,7 @@ transformed into common image formats for display or 
printing.")
     (arguments
      `(#:imported-modules (,@%default-gnu-imported-modules
                            (guix build python-build-system))
-       #:modules (,@%default-gnu-imported-modules
+       #:modules (,@%default-gnu-modules
                   ((guix build python-build-system) #:select (site-packages)))
        #:configure-flags
        (list (string-append "--with-boost="



reply via email to

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