gnu: icu4c-70: Fix gexp in builder script for riscv64.
As phases from icu4c is a gexp. * gnu/packages/icu4c.scm (icu4c-70)[arguments]: Use gexps.
This commit is contained in:
parent
a795a02a9d
commit
b1e9ae7f0e
1 changed files with 9 additions and 9 deletions
|
@ -124,7 +124,7 @@ C/C++ part.")
|
|||
(if (target-riscv64?)
|
||||
(substitute-keyword-arguments (package-arguments icu4c)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
#~(modify-phases #$phases
|
||||
(replace 'disable-failing-test
|
||||
;; It is unknown why these tests are failing.
|
||||
(lambda _
|
||||
|
|
Reference in a new issue