mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
6dc3418374
commit
4d7134c372
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@ more.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public python-igraph
|
(define-public python-igraph
|
||||||
(package/inherit igraph
|
(package
|
||||||
|
(inherit igraph)
|
||||||
(name "python-igraph")
|
(name "python-igraph")
|
||||||
(version "0.9.9")
|
(version "0.9.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue