diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-16 23:53:40 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-28 23:21:05 +0000 |
commit | 857be8fb4713a399120e3357ccb02a89989a7675 (patch) | |
tree | 7fc85140acd624d8db1db65589e4f03c4f6108de /gnu/packages/uucp.scm | |
parent | fb63bfb9d5d1983aaa67d2ba6447ba7cb71769a6 (diff) | |
download | guix-857be8fb4713a399120e3357ccb02a89989a7675.tar.gz |
gnu: go-lukechampine-com-blake3: Move to (gnu packages golang-crypto).
* gnu/packages/golang.scm (go-lukechampine-com-blake3): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/uucp.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: I56dba8380317a0f58f92140889611ac3075af2cf
Diffstat (limited to 'gnu/packages/uucp.scm')
-rw-r--r-- | gnu/packages/uucp.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/uucp.scm b/gnu/packages/uucp.scm index 1626c90c36..37dc27625a 100644 --- a/gnu/packages/uucp.scm +++ b/gnu/packages/uucp.scm @@ -19,6 +19,7 @@ (define-module (gnu packages uucp) #:use-module (gnu packages golang) + #:use-module (gnu packages golang-crypto) #:use-module (gnu packages golang-web) #:use-module (gnu packages texinfo) #:use-module (guix licenses) |