[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/94: gnu: ruby-hoe: Fix build.
From: |
guix-commits |
Subject: |
39/94: gnu: ruby-hoe: Fix build. |
Date: |
Mon, 3 Jul 2023 06:06:27 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit c40dc0e0112ad59905a19b00e2c039d02ff85517
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 f274676752..9fafe9a616 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,
- 77/94: gnu: ruby-text-hyphen: Update to 1.5.0., (continued)
- 77/94: gnu: ruby-text-hyphen: Update to 1.5.0., guix-commits, 2023/07/03
- 82/94: gnu: ruby-stackprof: Always skip the GC test., guix-commits, 2023/07/03
- 83/94: gnu: ruby-minitest-4: Fix build., guix-commits, 2023/07/03
- 91/94: gnu: ruby-minitest-tu-shim: Fix build., guix-commits, 2023/07/03
- 93/94: gnu: ruby-version-gem: Update to 1.1.3., guix-commits, 2023/07/03
- 23/94: gnu: ruby-sqlite3: Update to 1.6.3., guix-commits, 2023/07/03
- 21/94: gnu: ruby-stackprof: Update to 0.2.25., guix-commits, 2023/07/03
- 51/94: gnu: ruby-marcel: Fix build., guix-commits, 2023/07/03
- 37/94: gnu: Add ruby-http-accept-1., guix-commits, 2023/07/03
- 44/94: gnu: ruby-cucumber: Fix build., guix-commits, 2023/07/03
- 39/94: gnu: ruby-hoe: Fix build.,
guix-commits <=
- 45/94: gnu: ruby-puma: Update to 6.3.0., guix-commits, 2023/07/03
- 52/94: gnu: ruby-railties: Fix build., guix-commits, 2023/07/03
- 11/94: gnu: Add ruby-rbtree., guix-commits, 2023/07/03
- 07/94: gnu: ruby-ritex: Build with ruby-2.7., guix-commits, 2023/07/03
- 16/94: gnu: Remove ruby-instantiator., guix-commits, 2023/07/03
- 62/94: gnu: ruby-awesome-print: Update to 1.9.2., guix-commits, 2023/07/03
- 65/94: gnu: ruby-multi-json: Fix build., guix-commits, 2023/07/03
- 66/94: gnu: ruby-jwt: Update to 2.7.1., guix-commits, 2023/07/03
- 68/94: gnu: ruby-sorbet-runtime: Remove ruby-pry-byebug input., guix-commits, 2023/07/03
- 72/94: gnu: ruby-connection-pool: Update to 2.4.1., guix-commits, 2023/07/03