me
/
guix
Archived
1
0
Fork 0

gnu: libsvgtiny: Build with gperf@3.0.

* gnu/packages/web.scm (libsvgtiny)[native-inputs]: Change GPERF to GPERF-3.0.
master
Marius Bakke 2017-03-26 09:36:00 +02:00
parent 5ac097e28c
commit b1554326bb
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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