mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel: Fix tests.
* gnu/packages/golang.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel) [arguments] <test-subdirs>: Limit to project's root. Change-Id: I0003e95f7b57a31f9c8ea52a2fa724db0dbca9c4
This commit is contained in:
parent
7c3c20aefa
commit
f2c75428a3
1 changed files with 2 additions and 1 deletions
|
@ -2059,7 +2059,8 @@ incorporates ideas and concepts from Philipp Winter's ScrambleSuit protocol.")
|
|||
(base32 "0nvd0qp1mdy7w32arnkhghxm5k2g6gy33cxlarxc6vdm4yh6v5nv"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel"))
|
||||
`(#:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel"
|
||||
#:test-subdirs '(".")))
|
||||
(home-page "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel")
|
||||
(synopsis "Go WebTunnel Pluggable Transport")
|
||||
(description "WebTunnel is a Go Pluggable Transport that attempts to imitate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue