mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
8c90196f1a
commit
cc45fa70f3
1 changed files with 2 additions and 1 deletions
|
@ -471,8 +471,9 @@ (define-public git-annex
|
||||||
ghc-yesod-core
|
ghc-yesod-core
|
||||||
ghc-yesod-form
|
ghc-yesod-form
|
||||||
ghc-yesod-static
|
ghc-yesod-static
|
||||||
git
|
|
||||||
rsync))
|
rsync))
|
||||||
|
(propagated-inputs
|
||||||
|
(list git))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ghc-tasty ghc-tasty-hunit ghc-tasty-quickcheck ghc-tasty-rerun
|
(list ghc-tasty ghc-tasty-hunit ghc-tasty-quickcheck ghc-tasty-rerun
|
||||||
perl))
|
perl))
|
||||||
|
|
Loading…
Reference in a new issue