me
/
guix
Archived
1
0
Fork 0

gnu: lagrange: Update to 1.13.6.

* gnu/packages/web-browsers.scm (lagrange): Update to 1.13.6.
[source]: Adjust snippet to remove another bundled library.
master
Efraim Flashner 2022-05-29 19:26:47 +03:00
parent 9cd22702b8
commit e8b2219152
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -707,7 +707,7 @@ is fully configurable and extensible in Common Lisp.")
(define-public lagrange
(package
(name "lagrange")
(version "1.12.1")
(version "1.13.6")
(source
(origin
(method url-fetch)
@ -715,13 +715,14 @@ is fully configurable and extensible in Common Lisp.")
(string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
"download/v" version "/lagrange-" version ".tar.gz"))
(sha256
(base32 "10v4bp5h1qq24by61yw52rr13m23smfj2whxfzcxc34qgsdjsd4a"))
(base32 "19xaw6lspl4mjx1wls0s15l97dzfkv20gph652yzwk6ia3ly92bs"))
(modules '((guix build utils)))
(snippet
'(begin
;; TODO: unbundle fonts.
(delete-file-recursively "lib/fribidi")
(delete-file-recursively "lib/harfbuzz")))))
(delete-file-recursively "lib/harfbuzz")
(delete-file-recursively "lib/sealcurses")))))
(build-system cmake-build-system)
(arguments
`(#:tests? #false ;no tests