From 62b950a45d26c1708653aa45880390bbcb94f9c3 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 6 Apr 2024 22:30:53 +0100 Subject: gnu: go-github-com-multiformats-go-multihash: Adjust inputs. * gnu/packages/golang-crypto.scm (go-github-com-multiformats-go-multihash): [propagated-inputs]: Swap from native-inputs to propagated-inputs to access them from dependent packages. Change-Id: I5ad4b78153df5cdf163507ea1b51837a6351b645 --- gnu/packages/golang-crypto.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 8d0e0ddb64..ffce530d7d 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -812,7 +812,7 @@ Architecture Processors\" by J. Guilford et al.") (build-system go-build-system) (arguments '(#:import-path "github.com/multiformats/go-multihash")) - (native-inputs + (propagated-inputs (list go-github-com-mr-tron-base58 go-github-com-gxed-hashland-keccakpg go-github-com-minio-blake2b-simd -- cgit v1.2.3 ht'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/kio-search-smbd-on-PATH.patch
commit/gnu/services/web.scm?id=401755536787c4ae50dec5733a162b6e4ae1a569'>services: hpcguix-web: Add ‘configuration’ action....
AgeCommit message (Expand)Author
Ludovic Courtès
2023-12-03gnu: gmnisrv: Fix typo....Michal Atlas
2023-12-02gnu: Use ‘libc-utf8-locales-for-target’....Janneke Nieuwenhuizen
2023-07-02services: nginx: Harden php-location settings....Bruno Victal
2023-04-11services: nginx: Add reopen action....Bruno Victal
2023-04-11services: nginx: Make logging level configurable....Bruno Victal
2023-01-22services: hpcguix-web: Provide default values....Ludovic Courtès
2022-11-18services: Add Shepherd 'configuration' action to various services....Ludovic Courtès
2022-11-17services: Streamline or eliminate some match-lambda patterns....Maxim Cournoyer
2022-10-18services: nginx: Improve reload action documentation....EuAndreh via Guix-patches via
2022-10-18services: nginx: Use nginx-action over inline gexp....EuAndreh via Guix-patches via
2022-10-13services: nginx: Add reload action....EuAndreh
2022-10-04services: anonip: Bail out when the input is not a FIFO....Ludovic Courtès
2022-09-26services: nginx: Don't emit empty fields...Simen Endsjø
2022-09-11services: web: Fix long lines....Mathieu Othacehe
2022-09-06services: nginx: Add 'shepherd-requirement' configuration field....Ludovic Courtès
2022-07-03services: Add anonip-service-type....Ricardo Wurmus
2022-07-01services: nginx: Add support for extra content in upstream blocks....Christopher Baines