guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: mscgen: Fix build with gd >= 2.3.0.


From: guix-commits
Subject: 01/02: gnu: mscgen: Fix build with gd >= 2.3.0.
Date: Fri, 27 Mar 2020 12:26:47 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit cfa6666921e8077884ffb3707ce8323b01f5d345
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 27 15:16:22 2020 +0100

    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.
---
 gnu/packages/graph.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index aa6ea16..9b39145 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]