gnu: python-graph-tool: Build with Cairomm 1.14.

* gnu/packages/graph.scm (python-graph-tool)[inputs]: Change from CAIROMM to
CAIROMM-1.14.
This commit is contained in:
Marius Bakke 2021-12-17 00:03:35 +01:00
parent e661f4eff4
commit 1d505c05bd
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -557,7 +557,7 @@ (define-public python-graph-tool
("pkg-config" ,pkg-config)))
(inputs
`(("boost" ,boost)
("cairomm" ,cairomm)
("cairomm" ,cairomm-1.14)
("cgal" ,cgal)
("expat" ,expat)
("gmp" ,gmp)