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:
Simon Tournier 2024-09-10 03:27:14 +02:00 committed by Ludovic Courtès
parent 8581717065
commit 1c35fe0831
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -919,14 +919,7 @@ Makefiles, JSON Compilation Database, and experimentally Ninja.")
"Scripts.txt"
"Blocks.txt")
(list
#$(origin
(method url-fetch)
(uri (string-append
"https://www.unicode.org/Public/"
"3.0-Update1/PropList-3.0.1.txt"))
(sha256
(base32
"0k6wyijyzdl5g3nibcwfm898kfydx1pqaz28v7fdvnzdvd5fz7lh"))))
#$(this-package-native-input "PropList.txt"))
(find-ucd-files "BidiMirroring.txt"
"EastAsianWidth.txt"
"LineBreak.txt"
@ -959,6 +952,15 @@ Makefiles, JSON Compilation Database, and experimentally Ninja.")
bash-minimal python perl clisp
;; Unicode data:
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:
cppi indent git-minimal/pinned autoconf))
(home-page "https://www.gnu.org/software/gnulib/")