Archived
1
0
Fork 0

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:
Christopher Baines 2023-06-29 11:44:49 +01:00
parent a820891c89
commit 06a83348c3
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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