From c74733f035bff4e2a3a28e0f573faec6137fdecd Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Wed, 27 May 2026 10:41:12 -0300 Subject: gnu: Change (gnu packages re2c) to (gnu packages compiler-tools). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/build-tools.scm: Change (gnu packages re2c) to (gnu packages compiler-tools). * gnu/packages/lua.scm: Likewise. * gnu/packages/perl-web.scm: Likewise. * gnu/packages/potassco.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/web.scm: Likewise. Change-Id: I8b95c1bd646fae34260a92f48038400eb97413fd Signed-off-by: Nguyễn Gia Phong --- gnu/packages/lua.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/lua.scm') diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 2e5f44561b9..1682bee2586 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -77,7 +77,7 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages pretty-print) #:use-module (gnu packages rdf) - #:use-module (gnu packages re2c) + #:use-module (gnu packages compiler-tools) #:use-module (gnu packages readline) #:use-module (gnu packages rsync) #:use-module (gnu packages ssh) -- cgit v1.2.3