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
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:
@@ -31,7 +31,7 @@ package cairo {
|
|||||||
};
|
};
|
||||||
|
|
||||||
inputs = [
|
inputs = [
|
||||||
gawk,
|
awk,
|
||||||
|
|
||||||
zlib,
|
zlib,
|
||||||
libpng,
|
libpng,
|
||||||
|
|||||||
@@ -451,7 +451,7 @@ package texinfo {
|
|||||||
|
|
||||||
runtime = [
|
runtime = [
|
||||||
perl,
|
perl,
|
||||||
gawk,
|
awk,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ cp -r \
|
|||||||
inputs = [
|
inputs = [
|
||||||
perl,
|
perl,
|
||||||
python,
|
python,
|
||||||
gawk,
|
awk,
|
||||||
coreutils,
|
coreutils,
|
||||||
|
|
||||||
zlib,
|
zlib,
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ echo 'int main(){}' > tests/sanity-test.c
|
|||||||
};
|
};
|
||||||
|
|
||||||
inputs = [
|
inputs = [
|
||||||
gawk,
|
awk,
|
||||||
diffutils,
|
diffutils,
|
||||||
|
|
||||||
libffi,
|
libffi,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user