mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
63bd6643c8
commit
cfa6666921
1 changed files with 2 additions and 0 deletions
|
@ -532,6 +532,8 @@ of graphs.")
|
||||||
(base32
|
(base32
|
||||||
"08yw3maxhn5fl1lff81gmcrpa4j9aas4mmby1g9w5qcr0np82d1w"))))
|
"08yw3maxhn5fl1lff81gmcrpa4j9aas4mmby1g9w5qcr0np82d1w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gd" ,gd)))
|
`(("gd" ,gd)))
|
||||||
(home-page "http://www.mcternan.me.uk/mscgen/")
|
(home-page "http://www.mcternan.me.uk/mscgen/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue