mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: ruby-protobuf: Fix build.
* gnu/packages/protobuf.scm (ruby-protobuf)[arguments]: Update style. [native-inputs]: Remove ruby-pry-byebug.
This commit is contained in:
parent
fc3aa9f602
commit
e0a1fcb1d1
1 changed files with 39 additions and 39 deletions
|
@ -563,8 +563,9 @@ source files.")
|
||||||
"12hp1clg83jfl35x1h2ymzpj5w83wrnqw7hjfc6mqa8lsvpw535r"))))
|
"12hp1clg83jfl35x1h2ymzpj5w83wrnqw7hjfc6mqa8lsvpw535r"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'do-not-use-bundler-for-tests
|
(add-after 'unpack 'do-not-use-bundler-for-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "spec/spec_helper.rb"
|
(substitute* "spec/spec_helper.rb"
|
||||||
|
@ -605,7 +606,6 @@ source files.")
|
||||||
(list ruby-benchmark-ips
|
(list ruby-benchmark-ips
|
||||||
ruby-ffi-rzmq
|
ruby-ffi-rzmq
|
||||||
ruby-parser
|
ruby-parser
|
||||||
ruby-pry-byebug
|
|
||||||
ruby-pry-stack-explorer
|
ruby-pry-stack-explorer
|
||||||
ruby-rake
|
ruby-rake
|
||||||
ruby-rspec
|
ruby-rspec
|
||||||
|
|
Loading…
Add table
Reference in a new issue