unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57858] [PATCH] gnu: git-annex: Promote git to propagated input
@ 2022-09-16 12:37 Konrad Hinsen
  2022-09-16 15:02 ` Maxime Devos
  0 siblings, 1 reply; 8+ messages in thread
From: Konrad Hinsen @ 2022-09-16 12:37 UTC (permalink / raw)
  To: 57858

* gnu/packages/haskell-apps.scm (git-annex): changed inputs
[propagated-inputs]: Add git
[inputs]: Remove git
---
 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 50380281d7..d5e855cf9a 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -462,8 +462,9 @@ (define-public git-annex
            ghc-utf8-string
            ghc-uuid
            ghc-vector
-           git
            rsync))
+    (propagated-inputs
+     (list git))
     (native-inputs
      (list ghc-tasty ghc-tasty-hunit ghc-tasty-quickcheck ghc-tasty-rerun
            perl))
-- 
2.37.3




^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-10-17 12:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 12:37 [bug#57858] [PATCH] gnu: git-annex: Promote git to propagated input Konrad Hinsen
2022-09-16 15:02 ` Maxime Devos
2022-09-17  9:56   ` Konrad Hinsen
2022-10-17  8:07     ` bug#57858: " Ludovic Courtès
2022-10-17  9:29       ` [bug#57858] " zimoun
2022-10-17 10:11         ` Konrad Hinsen
2022-10-17 11:02           ` zimoun
2022-10-17 12:55           ` Maxime Devos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).