mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ with processes on remote servers, via SSH2.")
|
||||||
(base32 "1mdxh81z2hkcc359g6z96fywbr57azlv2yj4zq76adn5lyqq4hgw"))))
|
(base32 "1mdxh81z2hkcc359g6z96fywbr57azlv2yj4zq76adn5lyqq4hgw"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bundler ruby-test-unit ruby-mocha))
|
(list bundler ruby-test-unit ruby-mocha-1))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ruby-net-ssh))
|
(list ruby-net-ssh))
|
||||||
(synopsis "Pure-Ruby SCP client library")
|
(synopsis "Pure-Ruby SCP client library")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue