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.
master
parent
165b1f2b75
commit
1994c4c6e7
|
@ -1693,15 +1693,6 @@ web pages.")
|
||||||
(("(.*add_.*dependency '[_A-Za-z0-9-]+').*" _ stripped)
|
(("(.*add_.*dependency '[_A-Za-z0-9-]+').*" _ stripped)
|
||||||
(string-append stripped "\n")))
|
(string-append stripped "\n")))
|
||||||
#t))
|
#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
|
;; The tests rely on the Gem being installed, so move the check phase
|
||||||
;; after the install phase.
|
;; after the install phase.
|
||||||
(delete 'check)
|
(delete 'check)
|
||||||
|
|
Reference in New Issue