[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/100: gnu: ruby-hoe: Fix build.
From: |
guix-commits |
Subject: |
39/100: gnu: ruby-hoe: Fix build. |
Date: |
Mon, 10 Jul 2023 03:27:31 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 840f23c3a0131ec22b58179cebf18cceb11b5cf1
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,
- 76/100: gnu: ruby-slop: Update to 4.10.1., (continued)
- 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, 2023/07/10
- 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 <=
- 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
- 53/100: gnu: zsh-autosuggestions: Remove ruby-byebug dependency., guix-commits, 2023/07/10
- 57/100: gnu: ruby-wapiti: Update to 2.1.0., guix-commits, 2023/07/10
- 55/100: gnu: ruby-hydra: Fix build., guix-commits, 2023/07/10
- 59/100: gnu: ruby-rb-inotify: Update to 0.10.1., guix-commits, 2023/07/10
- 74/100: gnu: ruby-net-scp: Fix build., guix-commits, 2023/07/10
- 81/100: gnu: ruby-ruby-parser: Update to 3.20.2., guix-commits, 2023/07/10
- 69/100: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency., guix-commits, 2023/07/10
- 71/100: gnu: ruby-net-http-digest-auth: Fix build., guix-commits, 2023/07/10