From cc45fa70f38e17e1947f86d8ca12f4750fbf113c Mon Sep 17 00:00:00 2001 From: Konrad Hinsen Date: Fri, 16 Sep 2022 14:37:17 +0200 Subject: gnu: git-annex: Promote git to propagated input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/haskell-apps.scm (git-annex): changed inputs [propagated-inputs]: Add git [inputs]: Remove git Signed-off-by: Ludovic Courtès --- gnu/packages/haskell-apps.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/haskell-apps.scm') 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 @@ (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)) -- cgit v1.2.3