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

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

bug#49989: closed ([PATCH 1/3] gnu: go-torproject-org-pluggable-transpor


From: GNU bug Tracking System
Subject: bug#49989: closed ([PATCH 1/3] gnu: go-torproject-org-pluggable-transports-goptlib: Fix import path.)
Date: Wed, 31 Jan 2024 20:25:02 +0000

Your message dated Wed, 31 Jan 2024 20:23:44 +0000
with message-id <87plxhs14f.fsf@gmail.com>
and subject line [PATCH 1/3] gnu: 
go-torproject-org-pluggable-transports-goptlib: Fix import path.
has caused the debbugs.gnu.org bug report #49989,
regarding [PATCH 1/3] gnu: go-torproject-org-pluggable-transports-goptlib: Fix 
import path.
to be marked as done.

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


-- 
49989: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49989
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/3] gnu: go-torproject-org-pluggable-transports-goptlib: Fix import path. Date: Tue, 10 Aug 2021 14:07:58 -0700
* gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib)
[arguments]<#:import-path>: Use actual module name from go.mod.
---
Hello Guix,

Just a little fix for this import path, so dependents don't have to patch its
name.

Tested to build on x86_64, which since this is just a change in import path
name, should have caught any issues.

--
Sarah
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 15f3ea46c4..ca029345e2 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -822,7 +822,7 @@ parsing and encoding support for STUN and TURN protocols.")
         (base32 "1lh938194hvkf8pqgnxwf6hvjv9rv0j3kasi07r2ckrj8sxzk4jc"))))
     (build-system go-build-system)
     (arguments
-     `(#:import-path "git.torproject.org/pluggable-transports/goptlib"))
+     `(#:import-path "git.torproject.org/pluggable-transports/goptlib.git"))
     (home-page 
"https://gitweb.torproject.org/pluggable-transports/goptlib.git/";)
     (synopsis "Go pluggable transports library")
     (description "GoPtLib is a library for writing Tor pluggable transports in

base-commit: c8e2be3b32fe784a9db52d8a1a12902ab12ae7cb
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: [PATCH 1/3] gnu: go-torproject-org-pluggable-transports-goptlib: Fix import path. Date: Wed, 31 Jan 2024 20:23:44 +0000
Hi,

Pushed v2 as 849f219b72b5638b6abaf7d143654976ad99042e to master.

Thanks,
Oleg

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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