From adbfc7a37088bbcef6524622acc75c0286ece887 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:20:57 -0700 Subject: [PATCH] fix: nim (#1552) (#1567) * fix: nim round 2 (totally forgot redhat-rpm-config) Signed-off-by: madomado * horrible typo Signed-off-by: madomado --------- Signed-off-by: madomado (cherry picked from commit 24b8a294df36a174f17fe48516f4e363207501a3) Co-authored-by: madomado --- anda/langs/nim/nim/nim.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/langs/nim/nim/nim.spec b/anda/langs/nim/nim/nim.spec index d34565a4e9..fc7f002fda 100644 --- a/anda/langs/nim/nim/nim.spec +++ b/anda/langs/nim/nim/nim.spec @@ -12,6 +12,7 @@ Source2: nimgrep.1 Source3: nimble.1 Source4: nimsuggest.1 BuildRequires: gcc mold git-core gcc-c++ nodejs openssl-devel pkgconfig(bash-completion) gc-devel pcre-devel +BuildRequires: redhat-rpm-config Requires: gcc @@ -136,8 +137,8 @@ rm -rf %buildroot%_bindir/empty.txt %_includedir/cycle.h %_includedir/nimbase.h %_datadir/nim -%bash_completion_dir/nim -%bash_completion_dir/nimble +%bash_completions_dir/nim +%bash_completions_dir/nimble %files tools %license copying.txt