gnu: go-github-com-alecthomas-chroma: Move to golang-xyz.

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

* gnu/packages/configuration-management.scm: Add (gnu packages
golang-xyz) module.

Change-Id: I0f5f7068f530b282f3636678e9edc4fad6c8c94a
This commit is contained in:
Sharlatan Hellseher 2024-02-16 15:17:56 +00:00
parent 930692feb0
commit ee79286031
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 33 additions and 30 deletions

View file

@ -23,6 +23,7 @@
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-build)
#:use-module (gnu packages golang-web)
#:use-module (gnu packages golang-xyz)
#:use-module (gnu packages version-control)
#:use-module (gnu packages textutils)
#:use-module ((guix licenses) #:prefix license:)