mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
nongnu: Remove icu4c-71 references.
Fixes #434.
Upstream guix removed icu4c-71 in commit
<c65c25e82b>.
While dotnet builds and at least basic running works, it may require an
update (or restoring an older icu4c version).
* nongnu/packages/dotnet.scm (dotnet, dotnet-core-3.1)[inputs]: Change
icu4c-71 to icu4c.
This commit is contained in:
parent
26cccf3dfd
commit
260dc0fdb7
1 changed files with 2 additions and 2 deletions
|
|
@ -177,7 +177,7 @@ various IDEs and plugins.")
|
|||
(files '("share/dotnet")))))
|
||||
(inputs
|
||||
`(("gcc:lib" ,gcc "lib")
|
||||
("icu4c" ,icu4c-71)
|
||||
("icu4c" ,icu4c)
|
||||
("lttng-ust" ,lttng-ust)
|
||||
("mit-krb5" ,mit-krb5)
|
||||
("openssl" ,openssl)
|
||||
|
|
@ -287,7 +287,7 @@ building different types of applications.")
|
|||
(inputs
|
||||
`(("gcc:lib" ,gcc "lib")
|
||||
("glibc", glibc)
|
||||
("icu4c" ,icu4c-71)
|
||||
("icu4c" ,icu4c)
|
||||
("lttng-ust" ,lttng-ust)
|
||||
("mit-krb5" ,mit-krb5)
|
||||
("openssl" ,openssl)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue