mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-treetop: 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-treetop)[phases]{replace-git-ls-files}: Remove.
This commit is contained in:
parent
e8a35b9b2c
commit
b27701fb9f
1 changed files with 1 additions and 11 deletions
|
@ -1413,17 +1413,7 @@ loader for the file type associated with a filename extension, and it augments
|
|||
"1dmk94z6ivhrz5hsq68vl5vgydhkz89n394rha1ymddw3rymbfcv"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:test-target "spec"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(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* "treetop.gemspec"
|
||||
(("`git ls-files -z`")
|
||||
"`find . -type f -print0 |sort -z|cut -zc3-`"))
|
||||
#t)))))
|
||||
`(#:test-target "spec"))
|
||||
(native-inputs
|
||||
`(("ruby-activesupport" ,ruby-activesupport)
|
||||
("ruby-rr" ,ruby-rr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue