emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57858: closed ([PATCH] gnu: git-annex: Promote git to propagated inp


From: GNU bug Tracking System
Subject: bug#57858: closed ([PATCH] gnu: git-annex: Promote git to propagated input)
Date: Mon, 17 Oct 2022 08:09:02 +0000

Your message dated Mon, 17 Oct 2022 10:07:46 +0200
with message-id <87pmeqhnzh.fsf_-_@gnu.org>
and subject line Re: bug#57858: [PATCH] gnu: git-annex: Promote git to 
propagated input
has caused the debbugs.gnu.org bug report #57858,
regarding [PATCH] gnu: git-annex: Promote git to propagated input
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57858: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57858
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: git-annex: Promote git to propagated input Date: Fri, 16 Sep 2022 14:37:17 +0200
* 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#57858: [PATCH] gnu: git-annex: Promote git to propagated input Date: Mon, 17 Oct 2022 10:07:46 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> Maxime Devos <maximedevos@telenet.be> writes:
>
>> What's the reason for this patch?  My guess is that it's because 
>> git-annex cannot find git:
>
> That was indeed the starting point. But...
>
>> If so, propagation (which as a few small downsides) can be avoided with 
>> an appropriate substitute* fixing the file name of the git binary.
>
> ... I tried that and still got error messages whose exact cause I don't
> quite understand.
>
> What made me opt for git as a propagated input is that (1) it works just
> fine and (2) there isn't much you can do with git-annex without having
> git as well. git is even the official user interface of git-annex.

Yeah, that sounds reasonable: I’d have made the same suggestion as
Maxime but any improvement here is welcome.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]