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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user