guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: ruby-asciidoctor: Remove obsolete 'replace-git-ls-files phas


From: guix-commits
Subject: 02/07: gnu: ruby-asciidoctor: Remove obsolete 'replace-git-ls-files phase.
Date: Tue, 1 Sep 2020 13:20:04 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit e8a35b9b2cebe22f911c538180a24a330347ad84
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jul 12 00:03:45 2020 -0400

    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.
---
 gnu/packages/ruby.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index ae8dd22..da7ce3e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1215,14 +1215,6 @@ syntax to the minimum while remaining clear.")
      `(#:test-target "test:all"
        #: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
            (lambda _
              (delete-file "Gemfile")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]