From 857be8fb4713a399120e3357ccb02a89989a7675 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 16 Jan 2024 23:53:40 +0000 Subject: 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 --- gnu/packages/uucp.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/uucp.scm') 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) -- cgit v1.2.3