guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit 2e1006b2a50c8619ca19c6f6d1ef58a3e1358de3
Author: Aaron Covrig <[email protected]>
AuthorDate: Fri Feb 27 23:41:30 2026 -0500

    gnu: jekyll: Loosen dependencies.
    
    * gnu/packages/ruby-xyz.scm (jekyll): Loosen dependencies.
    [arguments]<#:phases>{loosen-dependencies}: New phase.
    
    Change-Id: I832d2a4d1d9b84675906bb9d6fa7e2265f911c52
    Signed-off-by: Steve George <[email protected]>
---
 gnu/packages/ruby-xyz.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index be1ad30bde..5710b954b1 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -14596,6 +14596,11 @@ Unicode formatted tables.")
            #:test-target "spec"
            #:phases
            #~(modify-phases %standard-phases
+               (add-after 'unpack 'loosen-dependencies
+                 (lambda _
+                   (substitute* "jekyll.gemspec"
+                     (("(.*terminal-table.*,.*),.*" _ m)
+                       (string-append m ")\n")))))
                (add-before 'check 'disable-problematic-tests
                  ;; TODO: Package the missing test inputs.
                  (lambda _

Reply via email to