From 29372b53e10a2c6060aa44c7add23fb958daa4fc Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 3 Feb 2024 10:34:32 +0100 Subject: Add missing ruby-dotenv to inputs --- guix/ruby-nano-bots.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix/ruby-nano-bots.scm b/guix/ruby-nano-bots.scm index cea5434..c03abdb 100644 --- a/guix/ruby-nano-bots.scm +++ b/guix/ruby-nano-bots.scm @@ -26,7 +26,8 @@ (arguments '(#:phases (modify-phases %standard-phases (delete 'check)))) (inputs (list ruby-babosa - ruby-concurrent-ruby)) + ruby-concurrent-ruby + ruby-dotenv)) (synopsis "Ruby Nano Bots") (description (string-append "Ruby Implementation of Nano Bots:" " small, AI-powered bots that can be" -- cgit v1.2.3