[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: libchop: Require gperf 3.0.
From: |
Ludovic Courtès |
Subject: |
01/03: gnu: libchop: Require gperf 3.0. |
Date: |
Sun, 19 Aug 2018 12:28:27 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c9f898cd313db2f0bd320357c7571e155feffc4c
Author: Ludovic Courtès <address@hidden>
Date: Sun Aug 19 16:44:33 2018 +0200
gnu: libchop: Require gperf 3.0.
Fixes <https://bugs.gnu.org/32382>.
Reported by Björn Höfling <address@hidden>.
* gnu/packages/backup.scm (libchop)[native-inputs]: Use GPERF-3.0
instead of GPERF.
---
gnu/packages/backup.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 531adb5..67a5f00 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -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)