mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: unicode-cldr-common: Use copy-build-system.
* gnu/packages/unicode.scm (unicode-cldr-common)[build-system]: Switch to copy-build-system. [arguments]: Adjust accordingly.
This commit is contained in:
parent
a18ed1711f
commit
4beac3a898
1 changed files with 3 additions and 10 deletions
|
@ -120,17 +120,10 @@ Unicode Technological Standard #51.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hxsc3j5zb32hmiaj0r3ajchmklx6zng6zlh1ca6s9plq5b9w9q7"))))
|
"0hxsc3j5zb32hmiaj0r3ajchmklx6zng6zlh1ca6s9plq5b9w9q7"))))
|
||||||
(build-system trivial-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
'(#:install-plan
|
||||||
#:builder
|
'(("common" "share/unicode/cldr/"))))
|
||||||
(let ((out (string-append %output "/share/unicode/cldr/common")))
|
|
||||||
(use-modules (guix build utils))
|
|
||||||
(mkdir-p out)
|
|
||||||
(copy-recursively (string-append (assoc-ref %build-inputs "source")
|
|
||||||
"/common")
|
|
||||||
out)
|
|
||||||
#t)))
|
|
||||||
(home-page "https://www.unicode.org")
|
(home-page "https://www.unicode.org")
|
||||||
(synopsis "Locale data repository")
|
(synopsis "Locale data repository")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue