diff options
| -rw-r--r-- | gnu/packages/ruby-xyz.scm | 5 |
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 _ |
