mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05: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 @@ (define-public unicode-cldr-common
|
|||
(sha256
|
||||
(base32
|
||||
"0hxsc3j5zb32hmiaj0r3ajchmklx6zng6zlh1ca6s9plq5b9w9q7"))))
|
||||
(build-system trivial-build-system)
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils))
|
||||
#:builder
|
||||
(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)))
|
||||
'(#:install-plan
|
||||
'(("common" "share/unicode/cldr/"))))
|
||||
(home-page "https://www.unicode.org")
|
||||
(synopsis "Locale data repository")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue