diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-07-17 23:58:39 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-09-01 13:18:47 -0400 |
commit | 078d1502cd0cb46ed644abb154035e5af5764aab (patch) | |
tree | 8f74578427b905473db5aa0388c4574d201e156c /gnu/packages/ruby.scm | |
parent | b27701fb9fa6bc8f92e379a5f094c1d7dc7d37e4 (diff) |
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.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r-- | gnu/packages/ruby.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 3beb1fe5e6..bb1c84c5cb 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) |