From 86514770697d0a9318c5470cff7a8b90f939173f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 17 Aug 2023 12:07:22 -0400 Subject: [PATCH] mozjs78: remove awk from hostmakedepends awk is a virtual package and isn't needed anyway because chroot-gawk is always available at build time. --- srcpkgs/mozjs78/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mozjs78/template b/srcpkgs/mozjs78/template index 8e717515666..b1309da0f34 100644 --- a/srcpkgs/mozjs78/template +++ b/srcpkgs/mozjs78/template @@ -6,7 +6,7 @@ build_wrksrc=js/src build_style=gnu-configure build_helper=rust hostmakedepends="perl python pkg-config automake autoconf213 autoconf-archive - cargo rust llvm clang which python3 awk" + cargo rust llvm clang which python3" makedepends="icu-devel libffi-devel nspr-devel python-devel readline-devel zlib-devel python3-devel rust-std" depends="nspr>=4.19"