me
/
guix
Archived
1
0
Fork 0

gnu: ruby-delayed-job: Fix build.

* gnu/packages/ruby.scm (ruby-delayed-job)[native-inputs]: Add
ruby-mini-portile-2.
Christopher Baines 2023-06-28 08:24:32 +01:00
parent 840f23c3a0
commit 4b04e8a138
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

View File

@ -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")