1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

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
+1 -1
View File
@@ -557,7 +557,7 @@ transformed into common image formats for display or printing.")
("pkg-config" ,pkg-config)))
(inputs
`(("boost" ,boost)
("cairomm" ,cairomm)
("cairomm" ,cairomm-1.14)
("cgal" ,cgal)
("expat" ,expat)
("gmp" ,gmp)