diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-18 23:04:49 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-18 23:12:37 +0100 |
commit | 69ddff2d62b1f9cf41eb5234fc056362d490cbe0 (patch) | |
tree | 550765d61b909e63c1c0ef25665c89cc949a52c1 /gnu | |
parent | 88bcee3235d044262621e874ee0c4324b44de5cb (diff) | |
download | guix-69ddff2d62b1f9cf41eb5234fc056362d490cbe0.tar.gz guix-69ddff2d62b1f9cf41eb5234fc056362d490cbe0.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ipfs.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index 04745f670b..568284e3b4 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -628,6 +628,9 @@ daemon as described in 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 @@ powerful and simple.") '(#: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") |