guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: ruby-standard: Remove obsolete 'replace-git-ls-files phase.


From: guix-commits
Subject: 04/07: gnu: ruby-standard: 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 078d1502cd0cb46ed644abb154035e5af5764aab
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jul 17 23:58:39 2020 -0400

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 3beb1fe..bb1c84c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1535,15 +1535,6 @@ only what they care about.")
            (lambda _
              (delete-file "Gemfile")
              (delete-file "Gemfile.lock")
-             #t))
-         (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* "standard.gemspec"
-               (("`git ls-files -z`")
-                "`find . -type f -not -regex '.*\\.gem$' -print0 \
-|sort -z|cut -zc3-`"))
              #t)))))
     (native-inputs
      `(("ruby-gimme" ,ruby-gimme)



reply via email to

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