mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: igraph-for-r-rigraphlib: Hide package.
* gnu/packages/graph.scm (igraph-for-r-rigraphlib): Hide package. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
17ec8c775f
commit
f1e9e05f65
1 changed files with 17 additions and 16 deletions
|
@ -221,22 +221,23 @@ more.")
|
|||
;; r-rigraphlib, which is merely repackaging igraph as a static library for
|
||||
;; use with R packages.
|
||||
(define-public igraph-for-r-rigraphlib
|
||||
(package
|
||||
(inherit igraph)
|
||||
(name "igraph")
|
||||
(version "0.10.15")
|
||||
(source
|
||||
(origin
|
||||
(inherit (package-source igraph))
|
||||
(patches '())
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/igraph/igraph")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z9jqvl65j4z6brrjlfyykba2bs10az6dx6m8g41snlfnx21a82d"))))))
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit igraph)
|
||||
(name "igraph")
|
||||
(version "0.10.15")
|
||||
(source
|
||||
(origin
|
||||
(inherit (package-source igraph))
|
||||
(patches '())
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/igraph/igraph")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z9jqvl65j4z6brrjlfyykba2bs10az6dx6m8g41snlfnx21a82d")))))))
|
||||
|
||||
(define-public python-igraph
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue