mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
b27701fb9f
commit
078d1502cd
1 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue