forked from rosa/hakurei
internal/rosa/package: replace gawk
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