gnu: lagrange: Update to 1.7.2.

* gnu/packages/web-browsers.scm (lagrange): Update to 1.7.2.
[inputs]: Add fribidi, harfbuzz, libwebp.
This commit is contained in:
Efraim Flashner 2021-10-17 22:15:10 +03:00
parent e70eb6dd3f
commit 3645f7aa0c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -59,6 +59,7 @@ (define-module (gnu packages web-browsers)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages fonts)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages fribidi)
#:use-module (gnu packages gcc)
#:use-module (gnu packages gettext)
#:use-module (gnu packages glib)
@ -697,7 +698,7 @@ (define-public sbcl-next
(define-public lagrange
(package
(name "lagrange")
(version "1.5.2")
(version "1.7.2")
(source
(origin
(method url-fetch)
@ -705,7 +706,7 @@ (define-public lagrange
(string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
"download/v" version "/lagrange-" version ".tar.gz"))
(sha256
(base32 "0gqaipgs16kw711ijhshmbhhvlyjvh37wxdz059p4vvjhfrxbr1v"))))
(base32 "1fr7p0pjli9clsgr0a1fp1pr119r9zqx43dvhc1g91bj742mxhfa"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #false ;no tests
@ -713,7 +714,10 @@ (define-public lagrange
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("libunistring" ,libunistring)
`(("fribidi" ,fribidi)
("harfbuzz" ,harfbuzz)
("libunistring" ,libunistring)
("libwebp" ,libwebp)
("mpg123" ,mpg123)
("openssl" ,openssl)
("pcre" ,pcre)