3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Marius Bakke 2022-01-18 18:39:21 +01:00
parent 6dc3418374
commit 4d7134c372
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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