mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: ruby-rubocop: Build without ruby-memory-profiler.
Ruby-memory-profiler isn't required for the test suite and it fails to build on some architectures. * gnu/packages/ruby.scm (ruby-rubocop)[native-inputs]: Remove ruby-memory-profiler.
This commit is contained in:
parent
0bcf42a403
commit
5a7e86f8b5
1 changed files with 0 additions and 1 deletions
|
@ -7384,7 +7384,6 @@ (define-public ruby-rubocop
|
|||
#t)))))
|
||||
(native-inputs
|
||||
`(("ruby-bump" ,ruby-bump)
|
||||
("ruby-memory-profiler" ,ruby-memory-profiler)
|
||||
("ruby-pry" ,ruby-pry)
|
||||
("ruby-rake" ,ruby-rake)
|
||||
("ruby-rspec" ,ruby-rspec)
|
||||
|
|
Loading…
Reference in a new issue