[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/94: gnu: ruby-hydra: Fix build.
From: |
guix-commits |
Subject: |
55/94: gnu: ruby-hydra: Fix build. |
Date: |
Mon, 3 Jul 2023 06:06:32 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 07d6d7039abc9a6e6fa1529bdc347bc84089a84f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Jun 28 08:52:56 2023 +0100
gnu: ruby-hydra: Fix build.
* gnu/packages/ruby.scm (ruby-hydra)[arguments]: Update style.
[propagated-inputs]: Remove ruby-byebug.
---
gnu/packages/ruby.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 8a6ba02d92..33443038c3 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3704,18 +3704,18 @@ It is a low-dependency variant of ruby-hydra.")
(inherit ruby-hydra-minimal)
(name "ruby-hydra")
(arguments
- '(#:phases (modify-phases %standard-phases
- (add-after 'unpack 'make-files-writable
- (lambda _
- (for-each make-file-writable (find-files "."))
- #t))
- (replace 'check
- (lambda _
- (invoke "rspec"))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'make-files-writable
+ (lambda _
+ (for-each make-file-writable (find-files "."))))
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "rspec")))))))
(native-inputs
(list ruby-rspec))
- (propagated-inputs
- (list ruby-byebug))
(description
"ruby-hydra is a Ruby library for working with hyphenation patterns.")))
- 76/94: gnu: ruby-slop: Update to 4.10.1., (continued)
- 76/94: gnu: ruby-slop: Update to 4.10.1., guix-commits, 2023/07/03
- 81/94: gnu: ruby-ruby-parser: Update to 3.20.2., guix-commits, 2023/07/03
- 84/94: gnu: ruby-mapping: Fix build., guix-commits, 2023/07/03
- 38/94: gnu: ruby-protobuf: Fix build., guix-commits, 2023/07/03
- 42/94: gnu: ruby-tilt: Update to 2.0.11., guix-commits, 2023/07/03
- 35/94: gnu: ruby-http-cookie: Update to 1.0.5., guix-commits, 2023/07/03
- 47/94: gnu: ruby-kpeg: Update to 1.3.3., guix-commits, 2023/07/03
- 40/94: gnu: ruby-delayed-job: Fix build., guix-commits, 2023/07/03
- 54/94: gnu: ruby-importmap-rails: Remove ruby-byebug dependency., guix-commits, 2023/07/03
- 56/94: gnu: ruby-maxitest: Update to 5.1.0., guix-commits, 2023/07/03
- 55/94: gnu: ruby-hydra: Fix build.,
guix-commits <=
- 59/94: gnu: ruby-rb-inotify: Update to 0.10.1., guix-commits, 2023/07/03
- 61/94: gnu: ronn-ng: Fix build., guix-commits, 2023/07/03
- 63/94: gnu: ruby-benchmark-ips: Update to 2.12.0., guix-commits, 2023/07/03
- 64/94: gnu: ruby-braintree: Update to 4.12.0., guix-commits, 2023/07/03
- 67/94: gnu: ruby-octokit: Update to 6.1.1., guix-commits, 2023/07/03
- 69/94: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency., guix-commits, 2023/07/03
- 71/94: gnu: ruby-net-http-digest-auth: Fix build., guix-commits, 2023/07/03
- 73/94: gnu: ruby-net-http-persistent: Update to 4.0.2., guix-commits, 2023/07/03
- 75/94: gnu: ruby-sexp-processor: Update to 4.17.0., guix-commits, 2023/07/03
- 78/94: gnu: swagger-diff: Update to 2.0.0., guix-commits, 2023/07/03