mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnulib: Move PropList.txt origin from phases to native-inputs.
* gnu/packages/dlang.scm (gnulib-checkout)[arguments]<phases>: Move PropList origin from here... [native-inputs]: ...to here. Change-Id: I3576a169837039bc6beaae0d68ab459ed642e3c8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8581717065
commit
1c35fe0831
1 changed files with 10 additions and 8 deletions
|
@ -919,14 +919,7 @@ Makefiles, JSON Compilation Database, and experimentally Ninja.")
|
||||||
"Scripts.txt"
|
"Scripts.txt"
|
||||||
"Blocks.txt")
|
"Blocks.txt")
|
||||||
(list
|
(list
|
||||||
#$(origin
|
#$(this-package-native-input "PropList.txt"))
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"https://www.unicode.org/Public/"
|
|
||||||
"3.0-Update1/PropList-3.0.1.txt"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0k6wyijyzdl5g3nibcwfm898kfydx1pqaz28v7fdvnzdvd5fz7lh"))))
|
|
||||||
(find-ucd-files "BidiMirroring.txt"
|
(find-ucd-files "BidiMirroring.txt"
|
||||||
"EastAsianWidth.txt"
|
"EastAsianWidth.txt"
|
||||||
"LineBreak.txt"
|
"LineBreak.txt"
|
||||||
|
@ -959,6 +952,15 @@ Makefiles, JSON Compilation Database, and experimentally Ninja.")
|
||||||
bash-minimal python perl clisp
|
bash-minimal python perl clisp
|
||||||
;; Unicode data:
|
;; Unicode data:
|
||||||
ucd
|
ucd
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://www.unicode.org/Public/"
|
||||||
|
"3.0-Update1/PropList-3.0.1.txt"))
|
||||||
|
(file-name "PropList.txt")
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0k6wyijyzdl5g3nibcwfm898kfydx1pqaz28v7fdvnzdvd5fz7lh")))
|
||||||
;; Programs for the tests:
|
;; Programs for the tests:
|
||||||
cppi indent git-minimal/pinned autoconf))
|
cppi indent git-minimal/pinned autoconf))
|
||||||
(home-page "https://www.gnu.org/software/gnulib/")
|
(home-page "https://www.gnu.org/software/gnulib/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue