GNU bug report logs - #78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 18 Jun 2025 14:22:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78826 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#78826] [PATCH 10/88] gnu: ruby-hoe-markdown: Improve style.
Date: Wed, 18 Jun 2025 16:26:57 +0200
* gnu/packages/ruby-xyz.scm (ruby-hoe-markdown): Run guix style.
---
 gnu/packages/ruby-xyz.scm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 5bc8ca59d8..8eb5578f2d 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -11690,17 +11690,17 @@ (define-public ruby-hoe-markdown
         (base32 "0wb0yjdx9gx9r0cahpx42pblvglgh1i9pdfxjavq7f40nan2g076"))))
     (build-system ruby-build-system)
     (arguments
-     '(#:test-target "spec"
-       #:phases (modify-phases %standard-phases
-                  (add-before 'check 'disable-bundler-dependency
-                    (lambda _
-                      (substitute* "spec/spec_helper.rb"
-                        (("require.*bundler/setup.*")
-                         "")))))))
-    (native-inputs
-     (list ruby-rspec))
-    (propagated-inputs
-     (list ruby-rake))
+     (list
+      #:test-target "spec"
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-before 'check 'disable-bundler-dependency
+            (lambda _
+              (substitute* "spec/spec_helper.rb"
+                (("require.*bundler/setup.*")
+                 "")))))))
+    (native-inputs (list ruby-rspec))
+    (propagated-inputs (list ruby-rake))
     (synopsis "Hoe plugin with Markdown helpers")
     (description
      "This package provides a Hoe plugin with various Markdown helpers, which
-- 
2.49.0





This bug report was last modified 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.