gnu: vte-ng: Build with gperf@3.0.
* gnu/packages/gnome.scm (vte-ng)[native-inputs]: Change GPERF to GPERF-3.0.
This commit is contained in:
parent
3c5698046a
commit
14d0db40ff
|
@ -1867,7 +1867,7 @@ editors, IDEs, etc.")
|
||||||
(version "0.46.1.a")
|
(version "0.46.1.a")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gtk-doc" ,gtk-doc)
|
`(("gtk-doc" ,gtk-doc)
|
||||||
("gperf" ,gperf)
|
("gperf" ,gperf-3.0)
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
|
|
Loading…
Reference in New Issue