[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/21: gnu: python-igraph: Do not inherit igraph replacements.
From: |
guix-commits |
Subject: |
21/21: gnu: python-igraph: Do not inherit igraph replacements. |
Date: |
Tue, 18 Jan 2022 13:38:53 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 4d7134c37222a19d8719f2ea7fef53bdad10ac9b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 18 18:39:21 2022 +0100
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.
---
gnu/packages/graph.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 095fe1c9d1..4496d8c0e5 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -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
- 20/21: gnu: python-pyzabbix: Fix test failure., (continued)
- 20/21: gnu: python-pyzabbix: Fix test failure., guix-commits, 2022/01/18
- 19/21: gnu: python-peachpy: Fix build., guix-commits, 2022/01/18
- 16/21: gnu: python-dulwich: Update to 0.20.30., guix-commits, 2022/01/18
- 10/21: gnu: python-rdflib-jsonld: Update to 0.6.2., guix-commits, 2022/01/18
- 03/21: gnu: Add arm-trusted-firmware-imx8mq., guix-commits, 2022/01/18
- 05/21: gnu: arm-trusted-firmware-rk3399: Remove input labels., guix-commits, 2022/01/18
- 06/21: gnu: python-gevent: Update to 21.12.0., guix-commits, 2022/01/18
- 02/21: gnu: arm-trusted-firmware: Use the default compiler., guix-commits, 2022/01/18
- 14/21: gnu: python-parse-type: Update to 0.5.2., guix-commits, 2022/01/18
- 11/21: gnu: python-kazoo: Update to 2.8.0., guix-commits, 2022/01/18
- 21/21: gnu: python-igraph: Do not inherit igraph replacements.,
guix-commits <=
- 17/21: gnu: python-aiohttp: Propagate attrs., guix-commits, 2022/01/18
- 13/21: gnu: python-pydot: Update to 1.4.2., guix-commits, 2022/01/18
- 18/21: gnu: python-sparqlwrapper: Build with older setuptools., guix-commits, 2022/01/18
- 12/21: gnu: python-pydot: Build with old pyparsing., guix-commits, 2022/01/18
- 08/21: gnu: python-libusb1: Update to 2.0.1., guix-commits, 2022/01/18
- 15/21: gnu: python-leidenalg: Fix build failure., guix-commits, 2022/01/18