mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: ruby-delayed-job: Fix build.
* gnu/packages/ruby.scm (ruby-delayed-job)[native-inputs]: Add ruby-mini-portile-2.
This commit is contained in:
parent
840f23c3a0
commit
4b04e8a138
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue