[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/100: gnu: ruby-safe-yaml: Fix build.
From: |
guix-commits |
Subject: |
99/100: gnu: ruby-safe-yaml: Fix build. |
Date: |
Mon, 10 Jul 2023 03:27:42 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 9c164d72b2bbdb1823befb32bede82f6af431750
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jul 4 16:19:54 2023 +0100
gnu: ruby-safe-yaml: Fix build.
* gnu/packages/ruby.scm (ruby-safe-yaml)[arguments]: Build with #:ruby
ruby-2.7 and update style.
---
gnu/packages/ruby.scm | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index dbbc73b98a..bcbf433377 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13727,17 +13727,18 @@ indentation will probably be an issue and hence this
gem.")
(native-inputs
(list ruby-rspec ruby-hashie ruby-heredoc-unindent))
(arguments
- '(#:test-target "spec"
- #:phases
- (modify-phases %standard-phases
- (add-before 'check 'set-TZ
- (lambda _
- ;; This test is dependent on the timezone
- ;; spec/transform/to_date_spec.rb:35
- ;; # SafeYAML::Transform::ToDate converts times to the local
- ;; timezone
- (setenv "TZ" "UTC-11")
- #t)))))
+ (list
+ #:ruby ruby-2.7
+ #:test-target "spec"
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'set-TZ
+ (lambda _
+ ;; This test is dependent on the timezone
+ ;; spec/transform/to_date_spec.rb:35
+ ;; # SafeYAML::Transform::ToDate converts times to the local
+ ;; timezone
+ (setenv "TZ" "UTC-11"))))))
(home-page "https://github.com/dtao/safe_yaml")
(synopsis "YAML parser")
(description "The SafeYAML gem provides an alternative implementation of
- 60/100: gnu: facter: Update to 4.4.1., (continued)
- 60/100: gnu: facter: Update to 4.4.1., guix-commits, 2023/07/10
- 91/100: gnu: ruby-minitest-tu-shim: Fix build., guix-commits, 2023/07/10
- 82/100: gnu: ruby-stackprof: Always skip the GC test., guix-commits, 2023/07/10
- 92/100: gnu: ruby-rspec-block-is-expected: Update to 1.0.5., guix-commits, 2023/07/10
- 84/100: gnu: ruby-mapping: Fix build., guix-commits, 2023/07/10
- 62/100: gnu: ruby-awesome-print: Update to 1.9.2., guix-commits, 2023/07/10
- 73/100: gnu: ruby-net-http-persistent: Update to 4.0.2., guix-commits, 2023/07/10
- 67/100: gnu: ruby-octokit: Update to 6.1.1., guix-commits, 2023/07/10
- 76/100: gnu: ruby-slop: Update to 4.10.1., guix-commits, 2023/07/10
- 98/100: gnu: ruby-sass: Update to 3.7.4., guix-commits, 2023/07/10
- 99/100: gnu: ruby-safe-yaml: Fix build.,
guix-commits <=
- 32/100: gnu: ruby-term-ansicolor: Fix build., guix-commits, 2023/07/10
- 70/100: gnu: ruby-spy: Remove ruby-pry-byebug input., guix-commits, 2023/07/10
- 89/100: gnu: ruby-chunky-png: Update to 1.4.0., guix-commits, 2023/07/10
- 93/100: gnu: ruby-version-gem: Update to 1.1.3., guix-commits, 2023/07/10
- 22/100: gnu: ruby-hoe: Update to 4.0.4., guix-commits, 2023/07/10
- 25/100: gnu: ruby-tzinfo-data: Update to 1.2023.3., guix-commits, 2023/07/10
- 28/100: gnu: ruby-minitest: Update to 5.18.1., guix-commits, 2023/07/10
- 39/100: gnu: ruby-hoe: Fix build., guix-commits, 2023/07/10
- 37/100: gnu: Add ruby-http-accept-1., guix-commits, 2023/07/10
- 42/100: gnu: ruby-tilt: Update to 2.0.11., guix-commits, 2023/07/10