mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: libgrapheme: Update to 3.0.0.
* gnu/packages/suckless.scm (libgrapheme): Update to 3.0.0. [source]: Switch to git-fetch. [arguments]: Disable #:tests?. Change-Id: Ie33db204fd9156ec41449be003e424838aa0b96f
This commit is contained in:
parent
fe6567255b
commit
fae1deee45
1 changed files with 9 additions and 7 deletions
|
|
@ -913,18 +913,20 @@ colormap to stdout.")
|
|||
(define-public libgrapheme
|
||||
(package
|
||||
(name "libgrapheme")
|
||||
(version "2.0.2")
|
||||
(version "3.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.suckless.org/libgrapheme/libgrapheme-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.suckless.org/libgrapheme")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "099i2jm9c25nkbg5420wr12z0gd189gcw5j1ssjmpmbbwzfvv2x6"))))
|
||||
(base32 "13aa73dd3znnrcfx7qq8x97mr84cywyiglwyi0hhfg2zaizlsqk8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:test-target "test"
|
||||
(list #:tests? #f ;only 18420/19338 conformance tests passed
|
||||
#:test-target "test"
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(add-after 'configure 'post-configure
|
||||
(lambda _
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue