guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/10: gnu: ruby-hoe-git: Do not propagate git.


From: guix-commits
Subject: 07/10: gnu: ruby-hoe-git: Do not propagate git.
Date: Thu, 30 Jul 2020 12:23:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 07095a301be24245f9263604dcc76fa65753bc72
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 30 14:12:58 2020 +0200

    gnu: ruby-hoe-git: Do not propagate git.
    
    * gnu/packages/ruby.scm (ruby-hoe-git)[propagated-inputs]: Remove GIT.
---
 gnu/packages/ruby.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 99ef4fb..6c0d57e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -9548,8 +9548,7 @@ or JRuby.")
          "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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]