1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: ruby-metaclass: Use ruby-test-unit instead of minimal version.

* gnu/packages/ruby.scm (ruby-metaclass)[native-inputs]:
  Replace ruby-test-unit/minimal with ruby-test-unit.

Change-Id: I9ac81dbc630fd3b30a03342111cdfadb51c8c965
Reviewed-by: Carlo Zancanaro <carlo@zancanaro.id.au>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
This commit is contained in:
gemmaro
2026-03-14 23:14:23 +09:00
committed by Nguyễn Gia Phong
parent 59c47147bc
commit 94032cc111

View File

@@ -4947,7 +4947,7 @@ HTML, and PDF through LaTeX.")
,(package-version ruby-test-unit)
"/lib\"")))))))))
(native-inputs
(list bundler ruby-test-unit/minimal))
(list bundler ruby-test-unit))
(synopsis "Ruby library adding metaclass method to all objects")
(description
"Metaclass is a Ruby library adding a @code{metaclass} method to all Ruby