mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: guile-reader: Build with gperf 3.0.
* gnu/packages/guile.scm (guile-reader)[native-inputs]: Use GPERF-3.0 instead of GPERF.
This commit is contained in:
parent
be2ba697bd
commit
2fa077f316
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ (define-public guile-reader
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue