diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2026-03-14 23:13:07 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-03 13:50:54 +0900 |
| commit | a1fbc07cf75df21cffd5e20564c7363cb1113b3e (patch) | |
| tree | 9006861f6049409d60db8f2c14c00fc030c6690c /gnu/packages | |
| parent | 94032cc111ee1f8b533496a904241f31867a3bac (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/ruby-xyz.scm | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index 0daf56b2c27..cb6eb157153 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm @@ -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 |
