cbaines pushed a commit to branch master
in repository guix.

commit 4b04e8a138ccbd2c83be49f1f1feaefa9f759616
Author: Christopher Baines <[email protected]>
AuthorDate: Wed Jun 28 08:24:32 2023 +0100

    gnu: ruby-delayed-job: Fix build.
    
    * gnu/packages/ruby.scm (ruby-delayed-job)[native-inputs]: Add
    ruby-mini-portile-2.
---
 gnu/packages/ruby.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 9fafe9a616..5ae416e02b 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5995,7 +5995,8 @@ you to merge elements inside a hash together 
recursively.")
            ruby-rspec
            ruby-simplecov
            ruby-simplecov-lcov
-           ruby-zeitwerk))
+           ruby-zeitwerk
+           ruby-mini-portile-2))
     (propagated-inputs
      (list ruby-activesupport))
     (synopsis "Asynchronous background tasks execution library")

Reply via email to