gnu: go-golang-org-x-crypto: Move to golang-build.

* gnu/packages/golang.scm (go-golang-org-x-crypto): Move from here ...
* gnu/packages/golang-build.scm: ... to here.

* gnu/packages/backup.scm: Add (gnu packages golang-build) module.
* gnu/packages/crypto.scm: As above.

Change-Id: I5daad7fe90e1507958fe73c04fc043ebbc006395
This commit is contained in:
Sharlatan Hellseher 2024-02-10 21:39:59 +00:00
parent b8e8cb296f
commit 19c8f9e0fe
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
4 changed files with 35 additions and 32 deletions

View file

@ -71,6 +71,7 @@
#:use-module (gnu packages glib)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-build)
#:use-module (gnu packages golang-crypto)
#:use-module (gnu packages golang-web)
#:use-module (gnu packages gperf)