[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/172: gnu: packages/golang-crypto: Apply #:subdir parameter.
From: |
guix-commits |
Subject: |
23/172: gnu: packages/golang-crypto: Apply #:subdir parameter. |
Date: |
Sat, 9 Nov 2024 16:44:48 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 8bea1e05fac2e24ac926f155d76e42aa90690467
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 12 21:58:57 2024 +0100
gnu: packages/golang-crypto: Apply #:subdir parameter.
* gnu/packages/golang-crypto.scm (go-github-com-decred-dcrd-crypto-blake256,
go-github-com-decred-dcrd-dcrec-secp256k1-v4) [source]: Apply new
<#:subdir> parameter for monorepo projects.
Change-Id: I85004b257c767ce202129e621d78b285d4578f7a
---
gnu/packages/golang-crypto.scm | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 2ba3a530ad..016592e776 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -560,13 +560,7 @@ one-time authenticator as specified in
(method git-fetch)
(uri (git-reference
(url "https://github.com/decred/dcrd")
- (commit (go-version->git-ref
- ;; XXX: While waiting on consensus:
- ;; - https://issues.guix.gnu.org/52362
- ;; - https://issues.guix.gnu.org/63001
- ;; - https://issues.guix.gnu.org/63647
- ;; - https://issues.guix.gnu.org/69827
- (string-append "crypto/blake256/v" version)))))
+ (commit (go-version->git-ref version #:subdir
"crypto/blake256"))))
(file-name (git-file-name name version))
(sha256
(base32 "1mjzlyz2a3516g46kv421nacjd7p4g9l8ih4i7xijvsi480s5pja"))
@@ -604,13 +598,7 @@ and AVX acceleration and zero allocations.")
(method git-fetch)
(uri (git-reference
(url "https://github.com/decred/dcrd")
- (commit (go-version->git-ref
- ;; XXX: While waiting on consensus:
- ;; - https://issues.guix.gnu.org/52362
- ;; - https://issues.guix.gnu.org/63001
- ;; - https://issues.guix.gnu.org/63647
- ;; - https://issues.guix.gnu.org/69827
- (string-append "dcrec/secp256k1/v" version)))))
+ (commit (go-version->git-ref version #:subdir
"dcrec/secp256k1"))))
(file-name (git-file-name name version))
(sha256
(base32 "19yqrrspm6n1x7wa1chqj0j95bc5w02ygddr06ajzf6x7i7q09q5"))
- 13/172: gnu: Remove go-github-com-kyoh86-xdg., (continued)
- 13/172: gnu: Remove go-github-com-kyoh86-xdg., guix-commits, 2024/11/09
- 14/172: gnu: Remove go-github-com-rylans-getlang., guix-commits, 2024/11/09
- 11/172: gnu: go-github-com-deckarep-golang-set: Move to golang-xyz., guix-commits, 2024/11/09
- 16/172: import/go: Add comment about monorepo., guix-commits, 2024/11/09
- 18/172: gnu: go-1.23: Update to 1.23.1., guix-commits, 2024/11/09
- 19/172: gnu: go-1.20: Build with gccgo-12 on some systems., guix-commits, 2024/11/09
- 20/172: build-system/go: Add subdir parameter to go-version->git-ref., guix-commits, 2024/11/09
- 21/172: import/go: Account for monorepo modules in the Go importer., guix-commits, 2024/11/09
- 36/172: gnu: go-github-com-golang-groupcache: Fix indentation., guix-commits, 2024/11/09
- 29/172: gnu: go-golang-org-x-text: Update to 0.18.0., guix-commits, 2024/11/09
- 23/172: gnu: packages/golang-crypto: Apply #:subdir parameter.,
guix-commits <=
- 31/172: gnu: go-golang-org-x-xerrors: Fix indentation., guix-commits, 2024/11/09
- 24/172: gnu: go-golang-org-x-image: Update to 0.20.0., guix-commits, 2024/11/09
- 38/172: gnu: go-github-com-libp2p-go-msgio: Fix build., guix-commits, 2024/11/09
- 25/172: gnu: go-golang-org-x-mod: Update to 0.21.0., guix-commits, 2024/11/09
- 42/172: gnu: go-github-com-prometheus-exporter-toolkit: Fix build., guix-commits, 2024/11/09
- 46/172: gnu: kubo: Fix build., guix-commits, 2024/11/09
- 52/172: gnu: go-mvdan-cc-xurls: Rename variable., guix-commits, 2024/11/09
- 44/172: gnu: go-github-com-ipfs-go-ds-badger: Fix build., guix-commits, 2024/11/09
- 51/172: gnu: go-github-com-google-go-cmdtest: Fix indentation, guix-commits, 2024/11/09
- 56/172: gnu: go-golang-org-x-vuln: Move to golang-build., guix-commits, 2024/11/09