mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: cl-uax-15: Improve package style.
* gnu/packages/lisp-xyz.scm (sbcl-uax-15)[inputs]: Remove labels. Change-Id: Ic0ce34c42ed3b2ffd17c155d46ff120751944af3
This commit is contained in:
parent
d4a0b9b59e
commit
eb0e62aeb0
1 changed files with 3 additions and 5 deletions
|
@ -30221,18 +30221,16 @@ (define-public sbcl-uax-15
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/sabracrolleton/uax-15")
|
(url "https://github.com/sabracrolleton/uax-15")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name "uax-15" version))
|
(file-name (git-file-name "cl-uax-15" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kkr3sw3hqsb8ciyn8dzb1cfz260fk1y39vydc98gsfrn6nqh3vw"))))
|
(base32 "0kkr3sw3hqsb8ciyn8dzb1cfz260fk1y39vydc98gsfrn6nqh3vw"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:asd-systems
|
`(#:asd-systems '("uax-15")))
|
||||||
'("uax-15")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-parachute))
|
(list sbcl-parachute))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cl-ppcre" ,sbcl-cl-ppcre)
|
(list sbcl-cl-ppcre sbcl-split-sequence))
|
||||||
("split-sequence" ,sbcl-split-sequence)))
|
|
||||||
(home-page "https://github.com/sabracrolleton/uax-15")
|
(home-page "https://github.com/sabracrolleton/uax-15")
|
||||||
(synopsis "Common Lisp implementation of unicode normalization functions")
|
(synopsis "Common Lisp implementation of unicode normalization functions")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue