guix-commits
[Top][All Lists]
Advanced

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

21/21: gnu: python-igraph: Do not inherit igraph replacements.


From: guix-commits
Subject: 21/21: gnu: python-igraph: Do not inherit igraph replacements.
Date: Tue, 18 Jan 2022 13:38:53 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4d7134c37222a19d8719f2ea7fef53bdad10ac9b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 18 18:39:21 2022 +0100

    gnu: python-igraph: Do not inherit igraph replacements.
    
    ...because igraph is built from different source code.
    
    * gnu/packages/graph.scm (python-igraph): Use object inheritance instead of
    PACKAGE/INHERIT.
---
 gnu/packages/graph.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 095fe1c9d1..4496d8c0e5 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -139,7 +139,8 @@ more.")
     (license license:gpl2+)))
 
 (define-public python-igraph
-  (package/inherit igraph
+  (package
+    (inherit igraph)
     (name "python-igraph")
     (version "0.9.9")
     (source (origin



reply via email to

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