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

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

[debbugs-tracker] bug#32760: closed ([PATCH] gnu: git-credential-netrc:


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32760: closed ([PATCH] gnu: git-credential-netrc: Add Git.pm to PERL5LIB.)
Date: Wed, 19 Sep 2018 07:10:02 +0000

Your message dated Wed, 19 Sep 2018 09:09:03 +0200
with message-id <address@hidden>
and subject line [bug#32760] [PATCH] gnu: git-credential-netrc: Add Git.pm to 
PERL5LIB.
has caused the debbugs.gnu.org bug report #32760,
regarding [PATCH] gnu: git-credential-netrc: Add Git.pm to PERL5LIB.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32760: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32760
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: git-credential-netrc: Add Git.pm to PERL5LIB. Date: Tue, 18 Sep 2018 12:29:24 +0200
* gnu/packages/version-control.scm (git)[credential-netrc]: Add Git.pm to 
PERL5LIB.
---
 gnu/packages/version-control.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 377496178..58c870df5 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -309,6 +309,13 @@ as well as the classic centralized workflow.")
             (let* ((netrc (assoc-ref outputs "credential-netrc")))
               (install-file "contrib/credential/netrc/git-credential-netrc"
                             (string-append netrc "/bin"))
+              ;; Previously, Git.pm was automatically found by netrc.
+              ;; Perl 5.26 changed how it locates modules so that @INC no
+              ;; longer includes the current working directory (the Perl
+              ;; community calls this "dotless @INC").
+              (wrap-program (string-append netrc "/bin/git-credential-netrc")
+                `("PERL5LIB" ":" prefix
+                  (,(string-append (assoc-ref outputs "out") "/share/perl5"))))
               #t)))
         (add-after 'install 'split
           (lambda* (#:key inputs outputs #:allow-other-keys)
-- 
2.19.0




--- End Message ---
--- Begin Message --- Subject: [bug#32760] [PATCH] gnu: git-credential-netrc: Add Git.pm to PERL5LIB. Date: Wed, 19 Sep 2018 09:09:03 +0200 User-agent: mu4e 1.0; emacs 26.1
close

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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