diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-05-28 12:03:48 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-23 14:11:19 +0200 |
| commit | f4b1febef57e50828607e1ec03983c064840a1ff (patch) | |
| tree | a9324b5b171f461b76f9ca32094c9f92b40dd7e1 | |
| parent | 56c07072f2d258e2ccc786c0a02400efd8851e4a (diff) | |
gnu: utf8proc: Drop unused native input.
* gnu/packages/textutils.scm (utf8proc)[native-inputs]: Remove ruby-2.7.
Change-Id: I2cc4aa3e8bb22d3de237a1e1820a0400b06931a5
| -rw-r--r-- | gnu/packages/textutils.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index d5e3d66f51b..543d5b62b9a 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm | |||
| @@ -255,9 +255,7 @@ case-folding, and other operations for data in the UTF-8 encoding.") | |||
| 255 | "1gfsq4vdmzi803i2s8ih7mm4fgs907kvkg88kvv9fi4my9hm3lrr"))) | 255 | "1gfsq4vdmzi803i2s8ih7mm4fgs907kvkg88kvv9fi4my9hm3lrr"))) |
| 256 | ;; For tests. | 256 | ;; For tests. |
| 257 | julia | 257 | julia |
| 258 | perl | 258 | perl) |
| 259 | ;; TODO Move to ruby@3 on the next rebuild cycle. | ||
| 260 | ruby-2.7) | ||
| 261 | '()))) | 259 | '()))) |
| 262 | (arguments | 260 | (arguments |
| 263 | (if (this-package-native-input "julia") | 261 | (if (this-package-native-input "julia") |
