me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2020-03-27 15:16:22 +01:00
parent 63bd6643c8
commit cfa6666921
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

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/")