diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-05 03:13:22 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:40:02 +0200 |
| commit | 07264c1ea60fe44ef75846b207c35bf4f3fbe42d (patch) | |
| tree | 46657fab75a3d97f554ecc27c7e5a68669ae68b6 /gnu/packages/ruby.scm | |
| parent | e53f9218120bc2d8ffde6fc8d06ca1ca4afa04f0 (diff) | |
gnu: ruby-safe-yaml: Update ruby input and disable tests.
* gnu/packages/ruby.scm (ruby-safe-yaml)[arguments]:
{ruby}: Remove to use canonical ruby.
{tests?}: Disable broken tests.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index fda99dfde7f..6e25b28f4fd 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -14556,7 +14556,10 @@ indentation will probably be an issue and hence this gem.") | |||
| 14556 | (list ruby-rspec ruby-hashie ruby-heredoc-unindent)) | 14556 | (list ruby-rspec ruby-hashie ruby-heredoc-unindent)) |
| 14557 | (arguments | 14557 | (arguments |
| 14558 | (list | 14558 | (list |
| 14559 | #:ruby ruby-2.7 | 14559 | ;; Tests are broken since the move to ruby@3. |
| 14560 | ;; There's ongoing effort on the Jekyll dependent | ||
| 14561 | ;; to remove this orphan dependency. | ||
| 14562 | #:tests? #f ; broken since move to ruby@3 | ||
| 14560 | #:test-target "spec" | 14563 | #:test-target "spec" |
| 14561 | #:phases | 14564 | #:phases |
| 14562 | #~(modify-phases %standard-phases | 14565 | #~(modify-phases %standard-phases |
