gnu: ruby-rest-client: Fix lost ,s.

* gnu/packages/ruby.scm (ruby-rest-client)[native-inputs]:
Move unquotes to their operands.
master
Tobias Geerinckx-Rice 2019-04-28 22:16:20 +02:00
parent b77c8ddbe1
commit eea094ccdc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5261,8 +5261,8 @@ techniques and a terse syntax.")
("ruby-netrc" ,ruby-netrc)))
(native-inputs
`(("bundler" ,bundler)
("ruby-webmock", ruby-webmock-2)
("ruby-rspec", ruby-rspec)))
("ruby-webmock" ,ruby-webmock-2)
("ruby-rspec" ,ruby-rspec)))
(synopsis "Simple HTTP and REST client for Ruby")
(description
"@code{rest-client} provides a simple HTTP and REST client for Ruby,