mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02: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:
@@ -5355,7 +5355,7 @@ with processes on remote servers, via SSH2.")
|
||||
(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")
|
||||
|
||||
Reference in New Issue
Block a user