mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 22:56:23 +01:00
gnu: libchop: Require gperf 3.0.
Fixes <https://bugs.gnu.org/32382>. Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>. * gnu/packages/backup.scm (libchop)[native-inputs]: Use GPERF-3.0 instead of GPERF.
This commit is contained in:
parent
a7bc1588e6
commit
c9f898cd31
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ (define-public libchop
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("guile" ,guile-2.0)
|
||||
("gperf" ,gperf)
|
||||
("gperf" ,gperf-3.0) ;see <https://bugs.gnu.org/32382>
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("guile" ,guile-2.0)
|
||||
|
|
Loading…
Reference in a new issue