guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/26: gnu: kubo: Unbundle go-bazil-org-fuse.


From: guix-commits
Subject: 26/26: gnu: kubo: Unbundle go-bazil-org-fuse.
Date: Tue, 7 May 2024 18:24:53 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 2795d0f3e7313013ab6992f1771868440054ffa3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue May 7 23:15:19 2024 +0100

    gnu: kubo: Unbundle go-bazil-org-fuse.
    
    * gnu/packages/ipfs.scm (kubo) [source]: Remove vendor/bazil.org.
    [inputs]: Add go-bazil-org-fuse.
    
    Change-Id: Ie55e609c15a6eaca7ec32521a55620bf674af240
---
 gnu/packages/ipfs.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index f06dc402a4..5108c0d195 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -268,7 +268,8 @@ written in Go.")
        (modules '((guix build utils)))
        (snippet '(for-each delete-file-recursively
                            ;; TODO: unbundle the rest as well
-                           '("vendor/github.com/alecthomas"
+                           '("vendor/bazil.org"
+                             "vendor/github.com/alecthomas"
                              "vendor/github.com/benbjohnson"
                              "vendor/github.com/beorn7/perks"
                              "vendor/github.com/blang"
@@ -337,7 +338,7 @@ written in Go.")
                   ;; otherwise it will be sourced from provided vendor
                   ;; directory.
                   ;;
-                  ;;go-bazil-org-fuse
+                  go-bazil-org-fuse
                   ;;go-contrib-go-opencensus-io-exporter-prometheus
                   go-github-com-benbjohnson-clock
                   go-github-com-blang-semver-v4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]