diff options
Diffstat (limited to 'gnu/packages/textutils.scm')
| -rw-r--r-- | gnu/packages/textutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 9dc4044bbdd..d708808843d 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -262,7 +262,7 @@ case-folding, and other operations for data in the UTF-8 encoding.") (if (this-package-native-input "julia") (strip-keyword-arguments '(#:tests?) - (substitute-keyword-arguments (package-arguments utf8proc-bootstrap) + (substitute-keyword-arguments arguments ((#:phases phases '%standard-phases) #~(modify-phases #$phases (add-before 'check 'check-data @@ -272,7 +272,7 @@ case-folding, and other operations for data in the UTF-8 encoding.") (string-append "data/" i))) '("NormalizationTest.txt" "GraphemeBreakTest.txt" "DerivedCoreProperties.txt")))))))) - (substitute-keyword-arguments (package-arguments utf8proc-bootstrap) + (substitute-keyword-arguments arguments ((#:tests? _ #t) #f)))) (properties (alist-delete 'hidden? (package-properties utf8proc-bootstrap))))) |
