summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Covrig <aarcov@gmail.com>2026-02-27 23:41:30 -0500
committerAndreas Enge <andreas@enge.fr>2026-08-28 16:40:50 +0200
commit6fa70efbfb0f3c0233cfbed63375fdcdbe74aba3 (patch)
tree86a54a7c6bd7cf3600869f4ca4a1cd67e402143a
parent7f0e941595557779358bd83c736748c446792700 (diff)
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 <steve@futurile.net>
-rw-r--r--gnu/packages/ruby-xyz.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index bc77dc25375..30417513eaf 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -14592,6 +14592,11 @@ Unicode formatted tables.")
14592 #:test-target "spec" 14592 #:test-target "spec"
14593 #:phases 14593 #:phases
14594 #~(modify-phases %standard-phases 14594 #~(modify-phases %standard-phases
14595 (add-after 'unpack 'loosen-dependencies
14596 (lambda _
14597 (substitute* "jekyll.gemspec"
14598 (("(.*terminal-table.*,.*),.*" _ m)
14599 (string-append m ")\n")))))
14595 (add-before 'check 'disable-problematic-tests 14600 (add-before 'check 'disable-problematic-tests
14596 ;; TODO: Package the missing test inputs. 14601 ;; TODO: Package the missing test inputs.
14597 (lambda _ 14602 (lambda _