From f5adb28fc9170a17a95ea1ca17c44d73577413f7 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 9 Jul 2026 22:33:07 +0100 Subject: gnu: oniguruma: Move to (gnu packages regex). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- gnu/packages/rust-apps.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/rust-apps.scm') 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 @@ #:use-module (gnu packages python-build) #:use-module (gnu packages python-xyz) #:use-module (gnu packages ruby-xyz) + #:use-module (gnu packages regex) #:use-module (gnu packages rust) #:use-module (gnu packages security-token) #:use-module (gnu packages sqlite) #:use-module (gnu packages terminals) - #:use-module (gnu packages textutils) #:use-module (gnu packages tls) #:use-module (gnu packages tree-sitter) #:use-module (gnu packages version-control) -- cgit v1.2.3