mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: ruby-faraday: Propagate ruby-faraday-net-http.
* gnu/packages/ruby.scm (ruby-faraday-net-http) [propagated-inputs]: Add ruby-faraday-net-http. [native-inputs]: Delete ruby-faraday-net-http.
This commit is contained in:
parent
6dd38a7527
commit
28ffbbfe58
1 changed files with 3 additions and 2 deletions
|
@ -12198,13 +12198,14 @@ (define-public ruby-faraday
|
|||
(arguments (list #:test-target "spec"))
|
||||
(native-inputs
|
||||
(list ruby-coveralls
|
||||
ruby-faraday-net-http
|
||||
ruby-pry
|
||||
ruby-rack
|
||||
ruby-rspec
|
||||
ruby-simplecov
|
||||
ruby-webmock))
|
||||
(propagated-inputs (list ruby-ruby2-keywords))
|
||||
;; Propagate faraday-net-http as this is the default adapter used, and
|
||||
;; many Ruby projects assumes it is available.
|
||||
(propagated-inputs (list ruby-ruby2-keywords ruby-faraday-net-http))
|
||||
(synopsis "Ruby HTTP/REST API client library")
|
||||
(description "Faraday is a HTTP/REST API client library which provides a
|
||||
common interface over different adapters.")
|
||||
|
|
Loading…
Reference in a new issue