summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonrad Hinsen <konrad.hinsen@fastmail.net>2022-09-16 14:37:17 +0200
committerLudovic Courtès <ludo@gnu.org>2022-10-17 10:06:00 +0200
commitcc45fa70f38e17e1947f86d8ca12f4750fbf113c (patch)
treefb8fe1194040de87ecf5bd417f0f81ecf662b5b7
parent8c90196f1a0cf235e2b260ed20d3de214dab8484 (diff)
downloadguix-cc45fa70f38e17e1947f86d8ca12f4750fbf113c.tar.gz
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>
-rw-r--r--gnu/packages/haskell-apps.scm3
1 files changed, 2 insertions, 1 deletions
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))