diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-05-27 10:41:12 -0300 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-05-29 16:41:06 +0900 |
| commit | c74733f035bff4e2a3a28e0f573faec6137fdecd (patch) | |
| tree | b19425fd276dcba66b075e5144f6b4caf19ae657 /gnu/packages/lua.scm | |
| parent | b25c0b62fe911f6bda10b734b8697ff63106fc8f (diff) | |
gnu: Change (gnu packages re2c) to (gnu packages compiler-tools).
* 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 <cnx@loang.net>
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 77 | #:use-module (gnu packages pkg-config) | 77 | #:use-module (gnu packages pkg-config) |
| 78 | #:use-module (gnu packages pretty-print) | 78 | #:use-module (gnu packages pretty-print) |
| 79 | #:use-module (gnu packages rdf) | 79 | #:use-module (gnu packages rdf) |
| 80 | #:use-module (gnu packages re2c) | 80 | #:use-module (gnu packages compiler-tools) |
| 81 | #:use-module (gnu packages readline) | 81 | #:use-module (gnu packages readline) |
| 82 | #:use-module (gnu packages rsync) | 82 | #:use-module (gnu packages rsync) |
| 83 | #:use-module (gnu packages ssh) | 83 | #:use-module (gnu packages ssh) |
