diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-03-26 09:36:00 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-26 09:36:00 +0200 |
commit | b1554326bb16f0d9da99e4467cc48879c79602b7 (patch) | |
tree | 2fc61aa8a6606a35759e46450f3a1c6a8a9e8498 /gnu/packages/web.scm | |
parent | 5ac097e28c3b654ae7ae821e757599e1738e23aa (diff) | |
download | guix-b1554326bb16f0d9da99e4467cc48879c79602b7.tar guix-b1554326bb16f0d9da99e4467cc48879c79602b7.tar.gz |
gnu: libsvgtiny: Build with gperf@3.0.
* gnu/packages/web.scm (libsvgtiny)[native-inputs]: Change GPERF to GPERF-3.0.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 7fb94005e8..c081345e03 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3928,7 +3928,7 @@ developed as part of the NetSurf project.") (native-inputs `(("netsurf-buildsystem" ,netsurf-buildsystem) ("pkg-config" ,pkg-config) - ("gperf" ,gperf))) + ("gperf" ,gperf-3.0))) (inputs `(("libwapcaplet" ,libwapcaplet))) (propagated-inputs |