mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-gopkg-in-square-go-jose-v2: Disable tests.
* gnu/packages/golang-web.scm (go-gopkg-in-square-go-jose-v2): Disable tests. Change-Id: I8bfc5c1a37077b6dc63030202341112cd66dd74b
This commit is contained in:
parent
6aa588ed86
commit
869457aadf
1 changed files with 8 additions and 1 deletions
|
@ -3145,6 +3145,8 @@ programming language.")
|
||||||
programming language, which supports draft-04, draft-06 and draft-07.")
|
programming language, which supports draft-04, draft-06 and draft-07.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
|
;; XXX: This repository has been archived by the owner on Feb 27, 2023. It is
|
||||||
|
;; now read-only and it is DEPRECATED.
|
||||||
(define-public go-gopkg-in-square-go-jose-v2
|
(define-public go-gopkg-in-square-go-jose-v2
|
||||||
(package
|
(package
|
||||||
(name "go-gopkg-in-square-go-jose-v2")
|
(name "go-gopkg-in-square-go-jose-v2")
|
||||||
|
@ -3160,7 +3162,12 @@ programming language, which supports draft-04, draft-06 and draft-07.")
|
||||||
(base32 "1b1nhqxfmhzwrfk7pkvp2w3z3d0pf5ir00vizmy2d4xdbnldn70r"))))
|
(base32 "1b1nhqxfmhzwrfk7pkvp2w3z3d0pf5ir00vizmy2d4xdbnldn70r"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "gopkg.in/square/go-jose.v2"))
|
(list
|
||||||
|
;; XXX: We strongly encourage users of square/go-jose to migrate to v3
|
||||||
|
;; of go-jose/go-jose. No support, security fixes or updates will be
|
||||||
|
;; delivered to the v1/v2 branches in the Square repository.
|
||||||
|
#:tests? #f
|
||||||
|
#:import-path "gopkg.in/square/go-jose.v2"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-golang-org-x-crypto))
|
(list go-golang-org-x-crypto))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue