diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2018-12-28 01:07:58 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-12 18:42:22 +0200 |
| commit | b18f45c21f5d697d384a7bd5c9d3ee314bba9e35 (patch) | |
| tree | b9db10db65e6015461f44439c36659f6f7f61b99 /Makefile.am | |
| parent | 2978832b9264b89325605fe2525bc3992d753135 (diff) | |
Add (guix ipfs).
This module allows for communicating with the IPFS
gateway over the HTTP interface. The commit has been
cherry-picked from <https://issues.guix.gnu.org/33899>.
The procedures for adding and restoring file trees have
been removed as according to a reply issue 33899, a different
format will be used. The procedure 'add-data' has been
exported as it will be used in the system test for IPFS.
* guix/ipfs.scm: New file.
* Makefile.am (MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1c2d45527c7..17ad2366550 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -126,6 +126,7 @@ MODULES = \ | |||
| 126 | guix/cache.scm \ | 126 | guix/cache.scm \ |
| 127 | guix/cve.scm \ | 127 | guix/cve.scm \ |
| 128 | guix/workers.scm \ | 128 | guix/workers.scm \ |
| 129 | guix/ipfs.scm \ | ||
| 129 | guix/build-system.scm \ | 130 | guix/build-system.scm \ |
| 130 | guix/build-system/android-ndk.scm \ | 131 | guix/build-system/android-ndk.scm \ |
| 131 | guix/build-system/ant.scm \ | 132 | guix/build-system/ant.scm \ |
