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:
Guillaume Le Vaillant 2024-09-18 13:29:56 +02:00
parent d4a0b9b59e
commit eb0e62aeb0
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

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