mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: ruby-net-http-digest-auth: Fix build.
* gnu/packages/ruby.scm (ruby-net-http-digest-auth)[native-inputs]: Add ruby-minitest.
This commit is contained in:
parent
a820891c89
commit
06a83348c3
1 changed files with 2 additions and 1 deletions
|
@ -12263,7 +12263,8 @@ libraries for compiling Ruby native extensions.")
|
|||
"1nq859b0gh2vjhvl1qh1zrk09pc7p54r9i6nnn6sb06iv07db2jb"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs
|
||||
(list ruby-hoe))
|
||||
(list ruby-hoe
|
||||
ruby-minitest))
|
||||
(synopsis "RFC 2617 HTTP digest authentication library")
|
||||
(description
|
||||
"This library implements HTTP's digest authentication scheme based on
|
||||
|
|
Loading…
Add table
Reference in a new issue