diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-09 22:33:07 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-23 09:59:56 +0100 |
| commit | f5adb28fc9170a17a95ea1ca17c44d73577413f7 (patch) | |
| tree | 396c026b476d66c6644618a066788f187efa4c44 /gnu/packages/rust-apps.scm | |
| parent | b0aefab8a743b9890accc069408aaae460c5a964 (diff) | |
gnu: oniguruma: Move to (gnu packages regex).
Authors were parsed from git history with the following command:
git log --all --grep="gnu:.*oniguruma" \
--pretty=format:";;; Copyright © %as %aN <%aE>"
* gnu/packages/textutils.scm (oniguruma): Move from here ...
* gnu/packages/regex.scm: ... to here.
* gnu/packages/admin.scm: Replace (gnu packages textutils) with (gnu
packages regex).
* gnu/packages/codex.scm: Likewise.
* gnu/packages/php.scm: Likewise.
* gnu/packages/rust-apps.scm: Likewise.
* gnu/packages/rust-sources.scm: Likewise.
* gnu/packages/machine-learning.scm: Remove (gnu packages textutils) to
resolve import warning.
* gnu/packages/web.scm: Adding (gnu packages regex) introduces import
warning, selecting just utf8proc from (gnu packages textutils) breaks
build.
* gnu/packages/textutils.scm: Add (guix deprecation).
Merges: guix/guix!9845
Diffstat (limited to 'gnu/packages/rust-apps.scm')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 81e73173816..3bf75efb65d 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -128,11 +128,11 @@ | |||
| 128 | #:use-module (gnu packages python-build) | 128 | #:use-module (gnu packages python-build) |
| 129 | #:use-module (gnu packages python-xyz) | 129 | #:use-module (gnu packages python-xyz) |
| 130 | #:use-module (gnu packages ruby-xyz) | 130 | #:use-module (gnu packages ruby-xyz) |
| 131 | #:use-module (gnu packages regex) | ||
| 131 | #:use-module (gnu packages rust) | 132 | #:use-module (gnu packages rust) |
| 132 | #:use-module (gnu packages security-token) | 133 | #:use-module (gnu packages security-token) |
| 133 | #:use-module (gnu packages sqlite) | 134 | #:use-module (gnu packages sqlite) |
| 134 | #:use-module (gnu packages terminals) | 135 | #:use-module (gnu packages terminals) |
| 135 | #:use-module (gnu packages textutils) | ||
| 136 | #:use-module (gnu packages tls) | 136 | #:use-module (gnu packages tls) |
| 137 | #:use-module (gnu packages tree-sitter) | 137 | #:use-module (gnu packages tree-sitter) |
| 138 | #:use-module (gnu packages version-control) | 138 | #:use-module (gnu packages version-control) |
