summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-07-18 00:00:53 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-09-01 13:19:02 -0400
commit1994c4c6e7481ae2ad88edbbbf466aa2e808ee7a (patch)
tree8343a44161915aa79e45fd4ecc5be145df0d2576
parent165b1f2b75de1bb3704da1caf6829c6530e6d260 (diff)
gnu: ruby-asciidoctor-pdf: Remove obsolete 'replace-git-ls-files phase.
This phase is made unnecessary by commit a7b1cc333e, which generalizes the fix in the Ruby build system. * gnu/packages/ruby.scm (ruby-asciidoctor-pdf)[phases]{replace-git-ls-files}: Remove.
-rw-r--r--gnu/packages/ruby.scm9
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index a1943d99ed..71c93c0c8d 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1693,15 +1693,6 @@ web pages.")
(("(.*add_.*dependency '[_A-Za-z0-9-]+').*" _ stripped)
(string-append stripped "\n")))
#t))
- (replace 'replace-git-ls-files
- ;; TODO: Remove after the fix of using 'cut' to better mimic the
- ;; git ls-files output is merged in ruby-build-system.
- (lambda _
- (substitute* "asciidoctor-pdf.gemspec"
- (("`git ls-files -z`")
- "`find . -type f -not -regex '.*\\.gem$' -print0 \
-|sort -z|cut -zc3-`"))
- #t))
;; The tests rely on the Gem being installed, so move the check phase
;; after the install phase.
(delete 'check)