mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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.
This commit is contained in:
parent
078d1502cd
commit
165b1f2b75
1 changed files with 0 additions and 8 deletions
|
@ -1577,14 +1577,6 @@ (define-public ruby-chunky-png
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue