mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ruby-net-scp: Fix build.
* gnu/packages/ruby.scm (ruby-net-scp)[native-inputs]: Use ruby-mocha-1.
This commit is contained in:
parent
403d721d56
commit
e9ba11e190
1 changed files with 1 additions and 1 deletions
|
@ -5355,7 +5355,7 @@ (define-public ruby-net-scp
|
|||
(base32 "1mdxh81z2hkcc359g6z96fywbr57azlv2yj4zq76adn5lyqq4hgw"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs
|
||||
(list bundler ruby-test-unit ruby-mocha))
|
||||
(list bundler ruby-test-unit ruby-mocha-1))
|
||||
(propagated-inputs
|
||||
(list ruby-net-ssh))
|
||||
(synopsis "Pure-Ruby SCP client library")
|
||||
|
|
Loading…
Reference in a new issue