From a34bb97e9ba9d89c40001a2c9dff5a228ded52ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 23 Jul 2021 20:52:06 +0700 Subject: [PATCH] weechat: add ruby to hostmakedepends Ensure ruby is available during the mass ruby rebuild. --- srcpkgs/weechat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template index b102b535dae..40a0dcb6499 100644 --- a/srcpkgs/weechat/template +++ b/srcpkgs/weechat/template @@ -6,7 +6,7 @@ build_style=cmake configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON -DENABLE_GUILE=OFF -DENABLE_PHP=OFF -DENABLE_JAVASCRIPT=OFF" -hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python3 tcl-devel +hostmakedepends="ruby ruby-asciidoctor libgcrypt-devel pkg-config python3 tcl-devel gettext" makedepends="aspell-devel gnutls-devel libcurl-devel lua53-devel ncurses-devel perl python3-devel ruby-devel tcl-devel libgcrypt-devel"