[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/59: gnu: ruby-hoe: Fix build.
From: |
guix-commits |
Subject: |
39/59: gnu: ruby-hoe: Fix build. |
Date: |
Wed, 28 Jun 2023 05:55:17 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit d141c9278622ef8405f6e519de7d8049f85ea5ed
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Jun 28 08:23:38 2023 +0100
gnu: ruby-hoe: Fix build.
* gnu/packages/ruby.scm (ruby-hoe)[arguments]: Update style and set #:tests?
#f to work around a circular dependency.
---
gnu/packages/ruby.scm | 20 +++-----------------
1 file changed, 3 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 539abb9dd5..35732fc471 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -393,23 +393,9 @@ a menu system for providing multiple options to the user.")
"0r2hy7mq9jd9hsbvskd9sxfbagc92adnn7abzxbda05sscbf46hn"))))
(build-system ruby-build-system)
(arguments
- '(#:phases
- (modify-phases %standard-phases
- ;; One of the tests fails if the SOURCE_DATE_EPOCH environment
- ;; variable is set, so unset it for the duration of the tests.
- ;;
- ;; TestHoe#test_possibly_better
- ;; [/tmp/guix-build-ruby-hoe-3.20.0.drv-0/gem/test/test_hoe.rb:250]:
- ;; Expected: 2019-11-12 00:00:00 UTC
- ;; Actual: 1970-01-01 00:00:00 UTC
- (add-before 'check 'unset-SOURCE-DATE-EPOCH
- (lambda _
- (unsetenv "SOURCE_DATE_EPOCH")
- #t))
- (add-after 'check 'set-SOURCE-DATE-EPOCH-again
- (lambda _
- (setenv "SOURCE_DATE_EPOCH" "1")
- #t)))))
+ (list
+ ;; Circular dependency with minitest
+ #:tests? #f))
(synopsis "Ruby project management helper")
(description
"Hoe is a rake/rubygems helper for project Rakefiles. It helps manage,
- 49/59: gnu: %ruby-rails-version: Update to 7.0.5.1., (continued)
- 49/59: gnu: %ruby-rails-version: Update to 7.0.5.1., guix-commits, 2023/06/28
- 18/59: gnu: ruby-mocha: Update to 2.0.4., guix-commits, 2023/06/28
- 23/59: gnu: ruby-sqlite3: Update to 1.6.3., guix-commits, 2023/06/28
- 24/59: gnu: ruby-rack: Update to 2.2.7., guix-commits, 2023/06/28
- 28/59: gnu: ruby-minitest: Update to 5.18.1., guix-commits, 2023/06/28
- 29/59: gnu: ruby-thor: Update to 1.2.2., guix-commits, 2023/06/28
- 31/59: gnu: ruby-minitest-bonus-assertions: Fix build., guix-commits, 2023/06/28
- 34/59: gnu: ruby-mime-types: Update to 3.4.1., guix-commits, 2023/06/28
- 36/59: gnu: Add ruby-http-accept., guix-commits, 2023/06/28
- 38/59: gnu: ruby-protobuf: Fix build., guix-commits, 2023/06/28
- 39/59: gnu: ruby-hoe: Fix build.,
guix-commits <=
- 43/59: gnu: ruby-rest-client: Update to 2.1.0., guix-commits, 2023/06/28
- 45/59: gnu: ruby-puma: Update to 6.3.0., guix-commits, 2023/06/28
- 46/59: gnu: ruby-timecop: Update to 0.9.6., guix-commits, 2023/06/28
- 50/59: gnu: ruby-bootsnap: Fix build., guix-commits, 2023/06/28
- 53/59: gnu: zsh-autosuggestions: Remove ruby-byebug dependency., guix-commits, 2023/06/28
- 54/59: gnu: ruby-importmap-rails: Remove ruby-byebug dependency., guix-commits, 2023/06/28
- 56/59: gnu: ruby-maxitest: Update to 5.1.0., guix-commits, 2023/06/28
- 57/59: gnu: ruby-wapiti: Update to 2.1.0., guix-commits, 2023/06/28
- 59/59: gnu: ruby-rb-inotify: Update to 0.10.1., guix-commits, 2023/06/28
- 40/59: gnu: ruby-delayed-job: Fix build., guix-commits, 2023/06/28