gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-ptutil.

* gnu/packages/golang-web.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-ptutil): New variable.

Change-Id: Id2605f51bec0bd1d0deb0a753d879f8c6d1c37ba
This commit is contained in:
Sharlatan Hellseher 2025-01-11 15:55:14 +00:00
parent a52c238c23
commit 8c6979fe5a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8094,6 +8094,39 @@ (define-public go-github-com-xtaci-smux
connection management for @url{https://github.com/xtaci/kcp-go,kcp-go}.")
(license license:expat)))
(define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-ptutil
(package
(name
"go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-ptutil")
(version "0.0.0-20240710081135-6c4d8ed41027")
(source
(origin
(method git-fetch)
(uri (git-reference
(url (string-append
"https://gitlab.torproject.org/tpo/anti-censorship"
"/pluggable-transports/ptutil.git"))
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1h7ssgsny6abhpycgks1kvqzvd20s081n39j5yxjjr7zn495ysdc"))))
(build-system go-build-system)
(arguments
(list
#:skip-build? #t
#:import-path
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/ptutil"))
(propagated-inputs
(list go-github-com-prometheus-client-golang
go-github-com-prometheus-client-model
go-google-golang-org-protobuf))
(home-page
"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/ptutil")
(synopsis "Collection of utilities for Pluggable Transports")
(description
"This package provides a collection of utilities for Pluggable Transports.")
(license license:bsd-3)))
(define-public go-go-opentelemetry-io-otel
(package
(name "go-go-opentelemetry-io-otel")