guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: guile-reader: Build with gperf 3.0.


From: Ludovic Courtès
Subject: 02/04: gnu: guile-reader: Build with gperf 3.0.
Date: Wed, 29 Mar 2017 17:08:29 -0400 (EDT)

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

commit 2fa077f31658d9b237368968dc70bc41567788cc
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 29 22:29:49 2017 +0200

    gnu: guile-reader: Build with gperf 3.0.
    
    * gnu/packages/guile.scm (guile-reader)[native-inputs]: Use GPERF-3.0
    instead of GPERF.
---
 gnu/packages/guile.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 3918e17..46be14e 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -444,7 +444,7 @@ more.")
                  "0592s2s8ampqmqwilc4fvcild6rb9gy79di6vxv5kcdmv23abkgx"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkgconfig" ,pkg-config)
-                     ("gperf" ,gperf)))
+                     ("gperf" ,gperf-3.0)))
     (inputs `(("guile" ,guile-2.2)))
     (synopsis "Framework for building readers for GNU Guile")
     (description



reply via email to

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