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"))))
|
"1nq859b0gh2vjhvl1qh1zrk09pc7p54r9i6nnn6sb06iv07db2jb"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-hoe))
|
(list ruby-hoe
|
||||||
|
ruby-minitest))
|
||||||
(synopsis "RFC 2617 HTTP digest authentication library")
|
(synopsis "RFC 2617 HTTP digest authentication library")
|
||||||
(description
|
(description
|
||||||
"This library implements HTTP's digest authentication scheme based on
|
"This library implements HTTP's digest authentication scheme based on
|
||||||
|
|
Reference in a new issue