mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1867,7 +1867,7 @@ (define-public vte-ng
|
|||
(version "0.46.1.a")
|
||||
(native-inputs
|
||||
`(("gtk-doc" ,gtk-doc)
|
||||
("gperf" ,gperf)
|
||||
("gperf" ,gperf-3.0)
|
||||
("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("libtool" ,libtool)
|
||||
|
|
Loading…
Reference in a new issue