1
0
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:
Marius Bakke
2020-03-27 15:16:22 +01:00
parent 63bd6643c8
commit cfa6666921
+2
View File
@@ -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/")