mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: ruby-asciidoctor: 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)[phases]{replace-git-ls-files}:
Remove.
This commit is contained in:
parent
a7b1cc333e
commit
e8a35b9b2c
1 changed files with 0 additions and 8 deletions
|
@ -1215,14 +1215,6 @@ (define-public ruby-asciidoctor
|
||||||
`(#:test-target "test:all"
|
`(#:test-target "test:all"
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'replace-git-ls-files
|
|
||||||
(lambda _
|
|
||||||
;; TODO: Remove after the fix of using 'cut' to better mimic the
|
|
||||||
;; git ls-files output is merged in ruby-build-system.
|
|
||||||
(substitute* "asciidoctor.gemspec"
|
|
||||||
(("`git ls-files -z`")
|
|
||||||
"`find . -type f -print0 |sort -z|cut -zc3-`"))
|
|
||||||
#t))
|
|
||||||
(add-after 'extract-gemspec 'strip-version-requirements
|
(add-after 'extract-gemspec 'strip-version-requirements
|
||||||
(lambda _
|
(lambda _
|
||||||
(delete-file "Gemfile")
|
(delete-file "Gemfile")
|
||||||
|
|
Loading…
Reference in a new issue