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:
Nicolas Graves 2025-08-27 10:32:21 +02:00 committed by Liliana Marie Prikler
parent 17ec8c775f
commit f1e9e05f65
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

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