internal/rosa/package: replace gawk
Test / Create distribution (push) Successful in 1m1s
Test / Sandbox (push) Successful in 3m20s
Test / Hakurei (push) Successful in 4m54s
Test / ShareFS (push) Successful in 4m55s
Test / Sandbox (race detector) (push) Successful in 6m25s
Test / Hakurei (race detector) (push) Successful in 7m26s
Test / Flake checks (push) Successful in 1m21s

This replaces gawk in miscellaneous packages.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-12 22:09:56 +09:00
parent 7881bfd027
commit 8facae53c7
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ package cairo {
}; };
inputs = [ inputs = [
gawk, awk,
zlib, zlib,
libpng, libpng,
+1 -1
View File
@@ -451,7 +451,7 @@ package texinfo {
runtime = [ runtime = [
perl, perl,
gawk, awk,
]; ];
} }
+1 -1
View File
@@ -132,7 +132,7 @@ rm -v "/work/system/lib/modules/$(make -f /usr/src/kernel/Makefile kernelversion
perl, perl,
bc, bc,
sed, sed,
gawk, awk,
coreutils, coreutils,
diffutils, diffutils,
bash, bash,
+1 -1
View File
@@ -61,7 +61,7 @@ cp -r \
inputs = [ inputs = [
perl, perl,
python, python,
gawk, awk,
coreutils, coreutils,
zlib, zlib,
+1 -1
View File
@@ -26,7 +26,7 @@ echo 'int main(){}' > tests/sanity-test.c
}; };
inputs = [ inputs = [
gawk, awk,
diffutils, diffutils,
libffi, libffi,
+2 -2
View File
@@ -720,7 +720,7 @@ package xserver {
}; };
inputs = [ inputs = [
gawk, awk,
xorgproto, xorgproto,
libxtrans, libxtrans,
@@ -791,7 +791,7 @@ package xwayland {
inputs = [ inputs = [
bash, bash,
gawk, awk,
mesa, mesa,
libglvnd, libglvnd,