summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-11 23:13:43 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:48:00 +0000
commitb80dcf5a0784d2b7de87aa0f0235e7e036daa942 (patch)
tree6078d1fa39f7aa9a3fd7c88d3639532b6abc6366 /gnu/packages/golang.scm
parent1f8122036b63c00ab6541571ce2fa3c3522c19ee (diff)
gnu: Deprecate go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird.
* gnu/packages/golang.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird): Deprecate variable. (lyrebird): New variable. * gnu/packages/tor-browsers.scm (torbrowser) [inputs]: Remove go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird, add lyrebird. (mullvadbrowser): Adjust "modify-inputs" accordingly. Change-Id: I8aa67148a08baafcd0dfe3a0ceac43c5939139e9
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm12
1 files changed, 10 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5a3fca001f..87f259f271 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1627,9 +1627,9 @@ standard Fountain, but also has some custom syntax extensions such as
translated keywords and acts.")
(license license:gpl3)))
-(define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird
+(define-public lyrebird
(package
- (name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird")
+ (name "lyrebird")
(version "0.5.0")
(source (origin
(method git-fetch)
@@ -1643,6 +1643,7 @@ translated keywords and acts.")
(build-system go-build-system)
(arguments
(list
+ #:install-source? #f
#:unpack-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird"
#:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/cmd/lyrebird"))
(propagated-inputs
@@ -1661,6 +1662,13 @@ translated keywords and acts.")
incorporates ideas and concepts from Philipp Winter's ScrambleSuit protocol.")
(license (list license:bsd-2 license:bsd-3))))
+(define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird
+ ;; This is a final command, no need for a full name of the go.mod module path
+ ;; style. The same is suggested in project's README and Makefile.
+ (deprecated-package
+ "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird"
+ lyrebird))
+
(define-public go-github-com-apparentlymart-go-openvpn-mgmt
(let ((commit "4d2ce95ae600ee04eeb020ee0997aabb82752210")
(revision "0"))