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

commit 14d0db40ff8f6afbd02a009ad05dd87ceafbb1b3
Author: Marius Bakke <[email protected]>
Date:   Sun Mar 26 08:29:19 2017 +0200

    gnu: vte-ng: Build with [email protected].
    
    * gnu/packages/gnome.scm (vte-ng)[native-inputs]: Change GPERF to GPERF-3.0.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f8fafdb..60e1c7a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1867,7 +1867,7 @@ editors, IDEs, etc.")
     (version "0.46.1.a")
     (native-inputs
      `(("gtk-doc" ,gtk-doc)
-       ("gperf" ,gperf)
+       ("gperf" ,gperf-3.0)
        ("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)

Reply via email to