1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 15:40:31 +02: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:
Ludovic Courtès
2018-08-19 16:44:33 +02:00
parent a7bc1588e6
commit c9f898cd31

View File

@@ -456,7 +456,7 @@ rsnapshot uses hard links to deduplicate identical files.")
(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)