diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-07 00:23:36 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-07 00:25:55 +0100 |
| commit | a7720f610bebb61d3c95dbb08793a57c6d14c66c (patch) | |
| tree | 1ec20bb57ae354fde2baf5bd14f347d1939646d1 | |
| parent | ef276105309901043be1bdb6c635e087448c0ea8 (diff) | |
gnu: Add go-github-com-ooni-oohttp.
* gnu/packages/golang-web.scm (go-github-com-ooni-oohttp): New variable.
| -rw-r--r-- | gnu/packages/golang-web.scm | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index ce468b31a86..e280015b325 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm | |||
| @@ -15462,6 +15462,40 @@ does not necessarily conform to a fixed structure.") | |||
| 15462 | (define-deprecated-package go-github-com-olivere-elastic | 15462 | (define-deprecated-package go-github-com-olivere-elastic |
| 15463 | go-github-com-olivere-elastic-v7) | 15463 | go-github-com-olivere-elastic-v7) |
| 15464 | 15464 | ||
| 15465 | (define-public go-github-com-ooni-oohttp | ||
| 15466 | (package | ||
| 15467 | (name "go-github-com-ooni-oohttp") | ||
| 15468 | (version "0.8.1") | ||
| 15469 | (source | ||
| 15470 | (origin | ||
| 15471 | (method git-fetch) | ||
| 15472 | (uri (git-reference | ||
| 15473 | (url "https://github.com/ooni/oohttp") | ||
| 15474 | (commit (string-append "v" version)))) | ||
| 15475 | (file-name (git-file-name name version)) | ||
| 15476 | (sha256 | ||
| 15477 | (base32 "1a3xv9yanvxh421qs4lxqk4w2l1yga7rjgdzv5y66m2nmglj85q5")))) | ||
| 15478 | (build-system go-build-system) | ||
| 15479 | (arguments | ||
| 15480 | (list | ||
| 15481 | #:import-path "github.com/ooni/oohttp" | ||
| 15482 | #:test-flags #~(list "-vet=off") | ||
| 15483 | #:phases | ||
| 15484 | #~(modify-phases %standard-phases | ||
| 15485 | (add-after 'unpack 'remove-examples | ||
| 15486 | (lambda* (#:key tests? import-path #:allow-other-keys) | ||
| 15487 | (with-directory-excursion (string-append "src/" import-path) | ||
| 15488 | (delete-file-recursively "example"))))))) | ||
| 15489 | (propagated-inputs | ||
| 15490 | (list go-golang-org-x-net)) | ||
| 15491 | (home-page "https://github.com/ooni/oohttp") | ||
| 15492 | (synopsis "Modified fork of Go stdlib's @code{net/http}") | ||
| 15493 | (description | ||
| 15494 | "Package http is a fork of stdlib's @code{net/http} that provides HTTP | ||
| 15495 | client and server implementations that are compatible with alternative TLS | ||
| 15496 | libraries such as github.com/refraction-networking/utls.") | ||
| 15497 | (license license:bsd-3))) | ||
| 15498 | |||
| 15465 | (define-public go-github-com-openfga-go-sdk | 15499 | (define-public go-github-com-openfga-go-sdk |
| 15466 | (package | 15500 | (package |
| 15467 | (name "go-github-com-openfga-go-sdk") | 15501 | (name "go-github-com-openfga-go-sdk") |
