summaryrefslogtreecommitdiff
path: root/gnu/packages/ipfs.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-22 00:51:40 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-06-24 23:25:32 +0100
commita1f9c35ede81f6a3e38112d6bb3bfed4148d5dc6 (patch)
tree978a8b8b694b31a9e1526f6606a0d843e8697085 /gnu/packages/ipfs.scm
parente7ba4a328c268edcd2e0fb74c3b20a7221ea8806 (diff)
gnu: kubo: Move all inputs to native-inputs.
* gnu/packages/ipfs.scm (kubo)[inputs]: Move all from here ... [native-inputs]: ... to here.
Diffstat (limited to 'gnu/packages/ipfs.scm')
-rw-r--r--gnu/packages/ipfs.scm186
1 files changed, 92 insertions, 94 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index ff2c9d15958..2e8384642b5 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -2392,101 +2392,99 @@ types.")
2392 "ipfs" 2392 "ipfs"
2393 #~(string-append #$output "/bin/ipfs")) 2393 #~(string-append #$output "/bin/ipfs"))
2394 "commands" "completion" "bash"))))))))) 2394 "commands" "completion" "bash")))))))))
2395 (inputs (list go-contrib-go-opencensus-io-exporter-prometheus
2396 go-github-com-anmitsu-go-shlex
2397 go-github-com-blang-semver-v4
2398 go-github-com-caddyserver-certmagic
2399 go-github-com-cenkalti-backoff-v4
2400 go-github-com-ceramicnetwork-go-dag-jose
2401 go-github-com-cheggaaa-pb
2402 go-github-com-cockroachdb-pebble-v2
2403 go-github-com-coreos-go-systemd-v22
2404 go-github-com-dustin-go-humanize
2405 go-github-com-elgris-jsondiff
2406 go-github-com-facebookgo-atomicfile
2407 go-github-com-fsnotify-fsnotify
2408 go-github-com-google-uuid
2409 go-github-com-hanwen-go-fuse-v2
2410 go-github-com-hashicorp-go-version
2411 go-github-com-ipfs-boxo
2412 go-github-com-ipfs-go-block-format
2413 go-github-com-ipfs-go-cid
2414 go-github-com-ipfs-go-cidutil
2415 go-github-com-ipfs-go-datastore
2416 go-github-com-ipfs-go-detect-race
2417 go-github-com-ipfs-go-ds-badger
2418 go-github-com-ipfs-go-ds-flatfs
2419 go-github-com-ipfs-go-ds-leveldb
2420 go-github-com-ipfs-go-ds-measure
2421 go-github-com-ipfs-go-ds-pebble
2422 go-github-com-ipfs-go-fs-lock
2423 go-github-com-ipfs-go-ipfs-cmds
2424 go-github-com-ipfs-go-ipld-cbor
2425 go-github-com-ipfs-go-ipld-format
2426 go-github-com-ipfs-go-ipld-git
2427 go-github-com-ipfs-go-ipld-legacy
2428 go-github-com-ipfs-go-log-v2
2429 go-github-com-ipfs-go-metrics-interface
2430 go-github-com-ipfs-go-metrics-prometheus
2431 go-github-com-ipfs-go-test
2432 go-github-com-ipfs-go-unixfsnode
2433 go-github-com-ipfs-shipyard-nopfs
2434 go-github-com-ipfs-shipyard-nopfs-ipfs
2435 go-github-com-ipld-go-car-v2
2436 go-github-com-ipld-go-codec-dagpb
2437 go-github-com-ipld-go-ipld-prime
2438 go-github-com-ipshipyard-p2p-forge
2439 go-github-com-jbenet-go-temp-err-catcher
2440 go-github-com-julienschmidt-httprouter
2441 go-github-com-libp2p-go-doh-resolver
2442 go-github-com-libp2p-go-libp2p
2443 go-github-com-libp2p-go-libp2p-http
2444 go-github-com-libp2p-go-libp2p-kad-dht
2445 go-github-com-libp2p-go-libp2p-kbucket
2446 go-github-com-libp2p-go-libp2p-pubsub
2447 go-github-com-libp2p-go-libp2p-pubsub-router
2448 go-github-com-libp2p-go-libp2p-record
2449 go-github-com-libp2p-go-libp2p-routing-helpers
2450 go-github-com-libp2p-go-libp2p-testing
2451 go-github-com-libp2p-go-socket-activation
2452 go-github-com-miekg-dns
2453 go-github-com-multiformats-go-multiaddr
2454 go-github-com-multiformats-go-multiaddr-dns
2455 go-github-com-multiformats-go-multibase
2456 go-github-com-multiformats-go-multicodec
2457 go-github-com-multiformats-go-multihash
2458 go-github-com-opentracing-opentracing-go
2459 go-github-com-pbnjay-memory
2460 go-github-com-probe-lab-go-libdht
2461 go-github-com-prometheus-client-golang
2462 go-github-com-stretchr-testify
2463 go-github-com-syndtr-goleveldb
2464 go-github-com-tidwall-gjson
2465 go-github-com-tidwall-sjson
2466 go-github-com-whyrusleeping-go-sysinfo
2467 go-github-com-whyrusleeping-multiaddr-filter
2468 go-go-opencensus-io
2469 go-go-opentelemetry-io-contrib-instrumentation-net-http-otelhttp
2470 go-go-opentelemetry-io-contrib-propagators-autoprop
2471 go-go-opentelemetry-io-otel
2472 go-go-opentelemetry-io-otel-exporters-prometheus
2473 go-go-opentelemetry-io-otel-sdk
2474 go-go-opentelemetry-io-otel-sdk-metric
2475 go-go-opentelemetry-io-otel-trace
2476 go-go-uber-org-dig
2477 go-go-uber-org-fx
2478 go-go-uber-org-zap
2479 go-golang-org-x-crypto
2480 go-golang-org-x-exp
2481 go-golang-org-x-mod
2482 go-golang-org-x-sync
2483 go-golang-org-x-sys
2484 go-google-golang-org-protobuf))
2485 (native-inputs 2395 (native-inputs
2486 (append (if (%current-target-system) 2396 (list go-contrib-go-opencensus-io-exporter-prometheus
2487 (list this-package) 2397 go-github-com-anmitsu-go-shlex
2488 '()) 2398 go-github-com-blang-semver-v4
2489 (list python-minimal-wrapper zsh))) 2399 go-github-com-caddyserver-certmagic
2400 go-github-com-cenkalti-backoff-v4
2401 go-github-com-ceramicnetwork-go-dag-jose
2402 go-github-com-cheggaaa-pb
2403 go-github-com-cockroachdb-pebble-v2
2404 go-github-com-coreos-go-systemd-v22
2405 go-github-com-dustin-go-humanize
2406 go-github-com-elgris-jsondiff
2407 go-github-com-facebookgo-atomicfile
2408 go-github-com-fsnotify-fsnotify
2409 go-github-com-google-uuid
2410 go-github-com-hanwen-go-fuse-v2
2411 go-github-com-hashicorp-go-version
2412 go-github-com-ipfs-boxo
2413 go-github-com-ipfs-go-block-format
2414 go-github-com-ipfs-go-cid
2415 go-github-com-ipfs-go-cidutil
2416 go-github-com-ipfs-go-datastore
2417 go-github-com-ipfs-go-detect-race
2418 go-github-com-ipfs-go-ds-badger
2419 go-github-com-ipfs-go-ds-flatfs
2420 go-github-com-ipfs-go-ds-leveldb
2421 go-github-com-ipfs-go-ds-measure
2422 go-github-com-ipfs-go-ds-pebble
2423 go-github-com-ipfs-go-fs-lock
2424 go-github-com-ipfs-go-ipfs-cmds
2425 go-github-com-ipfs-go-ipld-cbor
2426 go-github-com-ipfs-go-ipld-format
2427 go-github-com-ipfs-go-ipld-git
2428 go-github-com-ipfs-go-ipld-legacy
2429 go-github-com-ipfs-go-log-v2
2430 go-github-com-ipfs-go-metrics-interface
2431 go-github-com-ipfs-go-metrics-prometheus
2432 go-github-com-ipfs-go-test
2433 go-github-com-ipfs-go-unixfsnode
2434 go-github-com-ipfs-shipyard-nopfs
2435 go-github-com-ipfs-shipyard-nopfs-ipfs
2436 go-github-com-ipld-go-car-v2
2437 go-github-com-ipld-go-codec-dagpb
2438 go-github-com-ipld-go-ipld-prime
2439 go-github-com-ipshipyard-p2p-forge
2440 go-github-com-jbenet-go-temp-err-catcher
2441 go-github-com-julienschmidt-httprouter
2442 go-github-com-libp2p-go-doh-resolver
2443 go-github-com-libp2p-go-libp2p
2444 go-github-com-libp2p-go-libp2p-http
2445 go-github-com-libp2p-go-libp2p-kad-dht
2446 go-github-com-libp2p-go-libp2p-kbucket
2447 go-github-com-libp2p-go-libp2p-pubsub
2448 go-github-com-libp2p-go-libp2p-pubsub-router
2449 go-github-com-libp2p-go-libp2p-record
2450 go-github-com-libp2p-go-libp2p-routing-helpers
2451 go-github-com-libp2p-go-libp2p-testing
2452 go-github-com-libp2p-go-socket-activation
2453 go-github-com-miekg-dns
2454 go-github-com-multiformats-go-multiaddr
2455 go-github-com-multiformats-go-multiaddr-dns
2456 go-github-com-multiformats-go-multibase
2457 go-github-com-multiformats-go-multicodec
2458 go-github-com-multiformats-go-multihash
2459 go-github-com-opentracing-opentracing-go
2460 go-github-com-pbnjay-memory
2461 go-github-com-probe-lab-go-libdht
2462 go-github-com-prometheus-client-golang
2463 go-github-com-stretchr-testify
2464 go-github-com-syndtr-goleveldb
2465 go-github-com-tidwall-gjson
2466 go-github-com-tidwall-sjson
2467 go-github-com-whyrusleeping-go-sysinfo
2468 go-github-com-whyrusleeping-multiaddr-filter
2469 go-go-opencensus-io
2470 go-go-opentelemetry-io-contrib-instrumentation-net-http-otelhttp
2471 go-go-opentelemetry-io-contrib-propagators-autoprop
2472 go-go-opentelemetry-io-otel
2473 go-go-opentelemetry-io-otel-exporters-prometheus
2474 go-go-opentelemetry-io-otel-sdk
2475 go-go-opentelemetry-io-otel-sdk-metric
2476 go-go-opentelemetry-io-otel-trace
2477 go-go-uber-org-dig
2478 go-go-uber-org-fx
2479 go-go-uber-org-zap
2480 go-golang-org-x-crypto
2481 go-golang-org-x-exp
2482 go-golang-org-x-mod
2483 go-golang-org-x-sync
2484 go-golang-org-x-sys
2485 go-google-golang-org-protobuf
2486 python-minimal-wrapper
2487 zsh))
2490 (home-page "https://ipfs.tech") 2488 (home-page "https://ipfs.tech")
2491 (synopsis "Go implementation of IPFS, a peer-to-peer hypermedia protocol") 2489 (synopsis "Go implementation of IPFS, a peer-to-peer hypermedia protocol")
2492 (description "IPFS is a global, versioned, peer-to-peer file system. It 2490 (description "IPFS is a global, versioned, peer-to-peer file system. It