mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-19 23:55:54 +02:00
gnu: mscgen: Fix build with gd >= 2.3.0.
'gd' no longer provides 'libgd-config', so use 'pkg-config' instead. * gnu/packages/graph.scm (mscgen)[native-inputs]: Add PKG-CONFIG.
This commit is contained in:
@@ -532,6 +532,8 @@ of graphs.")
|
||||
(base32
|
||||
"08yw3maxhn5fl1lff81gmcrpa4j9aas4mmby1g9w5qcr0np82d1w"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("gd" ,gd)))
|
||||
(home-page "http://www.mcternan.me.uk/mscgen/")
|
||||
|
||||
Reference in New Issue
Block a user