mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: ruby-test-unit/minimal: Deprecate the package.
* gnu/packages/ruby.scm (ruby-test-unit/minimal): Mark as a deprecated alias of ruby-test-unit. Change-Id: If53d66788a616d51595562dc1c0cb09a4f4cbb90 Merges: https://codeberg.org/guix/guix/pulls/7150 Reviewed-by: Carlo Zancanaro <carlo@zancanaro.id.au> Modified-by: Nguyễn Gia Phong <cnx@loang.net> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
This commit is contained in:
committed by
Nguyễn Gia Phong
parent
94032cc111
commit
a1fbc07cf7
@@ -4787,15 +4787,9 @@ It allows writing tests, checking results and automated testing in Ruby.")
|
||||
(home-page "https://test-unit.github.io/")
|
||||
(license (list license:psfl license:ruby))))
|
||||
|
||||
(define-public ruby-test-unit/minimal
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit ruby-test-unit)
|
||||
(arguments
|
||||
(ensure-keyword-arguments
|
||||
(package-arguments ruby-test-unit)
|
||||
(list #:tests? #f)))
|
||||
(native-inputs '()))))
|
||||
;; XXX: Deprecated on <2026-04-03>.
|
||||
(define-deprecated/public-alias ruby-test-unit/minimal
|
||||
ruby-test-unit)
|
||||
|
||||
(define-public ruby-test-unit-ruby-core
|
||||
(package
|
||||
|
||||
Reference in New Issue
Block a user