guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: ruby-treetop: Remove obsolete 'replace-git-ls-files phase.


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

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

commit b27701fb9fa6bc8f92e379a5f094c1d7dc7d37e4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jul 17 23:56:58 2020 -0400

    gnu: ruby-treetop: 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-treetop)[phases]{replace-git-ls-files}: 
Remove.
---
 gnu/packages/ruby.scm | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index da7ce3e..3beb1fe 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1413,17 +1413,7 @@ loader for the file type associated with a filename 
extension, and it augments
          "1dmk94z6ivhrz5hsq68vl5vgydhkz89n394rha1ymddw3rymbfcv"))))
     (build-system ruby-build-system)
     (arguments
-     `(#:test-target "spec"
-       #: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* "treetop.gemspec"
-               (("`git ls-files -z`")
-                "`find . -type f -print0 |sort -z|cut -zc3-`"))
-             #t)))))
+     `(#:test-target "spec"))
     (native-inputs
      `(("ruby-activesupport" ,ruby-activesupport)
        ("ruby-rr" ,ruby-rr)



reply via email to

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