mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 @@ (define-public igraph
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public python-igraph
|
||||
(package/inherit igraph
|
||||
(package
|
||||
(inherit igraph)
|
||||
(name "python-igraph")
|
||||
(version "0.9.9")
|
||||
(source (origin
|
||||
|
|
Loading…
Reference in a new issue