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
|
@ -456,7 +456,7 @@ rsnapshot uses hard links to deduplicate identical files.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("guile" ,guile-2.0)
|
`(("guile" ,guile-2.0)
|
||||||
("gperf" ,gperf)
|
("gperf" ,gperf-3.0) ;see <https://bugs.gnu.org/32382>
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.0)
|
`(("guile" ,guile-2.0)
|
||||||
|
|
Loading…
Reference in New Issue