gnu: ruby-hoe-git: Do not propagate git.
* gnu/packages/ruby.scm (ruby-hoe-git)[propagated-inputs]: Remove GIT.
This commit is contained in:
parent
fd93958ea0
commit
07095a301b
1 changed files with 1 additions and 2 deletions
|
@ -9548,8 +9548,7 @@ (define-public ruby-hoe-git
|
|||
"10jmmbjm0lkglwxbn4rpqghgg1ipjxrswm117n50adhmy8yij650"))))
|
||||
(build-system ruby-build-system)
|
||||
(propagated-inputs
|
||||
`(("ruby-hoe" ,ruby-hoe)
|
||||
("git" ,git)))
|
||||
`(("ruby-hoe" ,ruby-hoe)))
|
||||
(synopsis "Hoe plugins for tighter Git integration")
|
||||
(description
|
||||
"This package provides a set of Hoe plugins for tighter Git integration.
|
||||
|
|
Loading…
Reference in a new issue