gnu: go-github-com-burntsushi-toml: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-burntsushi-toml): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/golang-check.scm: Add (gnu packages golang-xyz) module.
* gnu/packages/golang.scm: As above.
* gnu/packages/shellutils.scm: As above.

Change-Id: If8a645431a1fb17159681daae70db49fd21b37c1
This commit is contained in:
Sharlatan Hellseher 2024-02-07 21:28:03 +00:00
parent b5bbfef22a
commit f9ead8f7a8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
4 changed files with 28 additions and 24 deletions

View file

@ -42,7 +42,8 @@
#:use-module (guix git-download)
#:use-module (gnu packages)
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-build))
#:use-module (gnu packages golang-build)
#:use-module (gnu packages golang-xyz))
;;; Commentary:
;;;