summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-03-26 08:29:19 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-03-26 08:29:19 +0200
commit14d0db40ff8f6afbd02a009ad05dd87ceafbb1b3 (patch)
tree696d990a8eb6d37c3ad33c940add04512e78fdda /gnu/packages/gnome.scm
parent3c5698046a4b4c8934866e0195e899f73163020d (diff)
gnu: vte-ng: Build with gperf@3.0.
* gnu/packages/gnome.scm (vte-ng)[native-inputs]: Change GPERF to GPERF-3.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f8fafdbc7a..60e1c7a330 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)