guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: git-annex: Promote git to propagated input


From: guix-commits
Subject: 11/13: gnu: git-annex: Promote git to propagated input
Date: Mon, 17 Oct 2022 04:45:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cc45fa70f38e17e1947f86d8ca12f4750fbf113c
Author: Konrad Hinsen <konrad.hinsen@fastmail.net>
AuthorDate: Fri Sep 16 14:37:17 2022 +0200

    gnu: git-annex: Promote git to propagated input
    
    * gnu/packages/haskell-apps.scm (git-annex): changed inputs
    [propagated-inputs]: Add git
    [inputs]: Remove git
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/haskell-apps.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 58a70dfa3a..8e3c6e3591 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -471,8 +471,9 @@ to @code{cabal repl}).")
            ghc-yesod-core
            ghc-yesod-form
            ghc-yesod-static
-           git
            rsync))
+    (propagated-inputs
+     (list git))
     (native-inputs
      (list ghc-tasty ghc-tasty-hunit ghc-tasty-quickcheck ghc-tasty-rerun
            perl))



reply via email to

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