mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: packages/ipfs: Add project check commentary.
Issues are open with upstream checking the status of two projects which hold quite a dated graph of dependencies which may be dropped or refreshed after clarifying current maintainer(s). Change-Id: I1983e8c0d60cfd3776134c4548b1d983e6882d62
This commit is contained in:
parent
88bcee3235
commit
69ddff2d62
1 changed files with 6 additions and 0 deletions
|
@ -628,6 +628,9 @@ (define-public go-github-com-whyrusleeping-cbor-gen
|
|||
types.")
|
||||
(license license:expat)))
|
||||
|
||||
;; XXX: No updates for 4 years, and depends on dated Golang modules which
|
||||
;; require go-1.16 to compile, see
|
||||
;; <https://github.com/whyrusleeping/gx/issues/247>.
|
||||
(define-public gx
|
||||
(package
|
||||
(name "gx")
|
||||
|
@ -686,6 +689,9 @@ (define-public go-github-com-whyrusleeping-gx-util
|
|||
'(#:unpack-path "github.com/whyrusleeping/gx"
|
||||
#:import-path "github.com/whyrusleeping/gx/gxutil"))))
|
||||
|
||||
;; XXX: No updates for 4 years, and depends on dated Golang modules which
|
||||
;; require go-1.16 to compile, see
|
||||
;; <https://github.com/whyrusleeping/gx-go/issues/65>.
|
||||
(define-public gx-go
|
||||
(package
|
||||
(name "gx-go")
|
||||
|
|
Loading…
Reference in a new issue