guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: ruby-chunky-png: Remove obsolete 'replace-git-ls-files phase


From: guix-commits
Subject: 05/07: gnu: ruby-chunky-png: 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 165b1f2b75de1bb3704da1caf6829c6530e6d260
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jul 17 23:59:18 2020 -0400

    gnu: ruby-chunky-png: 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-chunky-png)[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 bb1c84c..a1943d9 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1577,14 +1577,6 @@ to save time in the following ways:
            (lambda _
              (substitute* (find-files "." "\\.rb$")
                (("require.*bundler/setup.*") ""))
-             #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* "chunky_png.gemspec"
-               (("`git ls-files`")
-                "`find . -type f -not -regex '.*\\.gem$' |sort |cut -c3-`"))
              #t)))))
     (native-inputs
      `(("bundler" ,bundler)



reply via email to

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