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>
This commit is contained in:
Konrad Hinsen 2022-09-16 14:37:17 +02:00 committed by Ludovic Courtès
parent 8c90196f1a
commit cc45fa70f3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -471,8 +471,9 @@ (define-public git-annex
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))