me
/
guix
Archived
1
0
Fork 0

gnu: ruby-bootsnap: Fix build.

* gnu/packages/rails.scm (ruby-bootsnap)[native-inputs]: Use ruby-mocha-1
rather than ruby-mocha.
Christopher Baines 2023-06-28 08:40:30 +01:00
parent f7b4258aed
commit 0ea78508fe
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,7 @@ Rails generators. An existing user is @code{rspec-rails}, which uses
(substitute* "bootsnap.gemspec" (substitute* "bootsnap.gemspec"
(("`git ls-files -z ext lib`") (("`git ls-files -z ext lib`")
"`find ext lib -type f -print0 | sort -z`"))))))) "`find ext lib -type f -print0 | sort -z`")))))))
(native-inputs (list ruby-mocha ruby-rake-compiler)) (native-inputs (list ruby-mocha-1 ruby-rake-compiler))
(propagated-inputs (list ruby-msgpack)) (propagated-inputs (list ruby-msgpack))
(synopsis "Accelerator for large Ruby/Rails application") (synopsis "Accelerator for large Ruby/Rails application")
(description "Bootsnap is a library that plugs into Ruby, with optional (description "Bootsnap is a library that plugs into Ruby, with optional