diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-11-29 22:35:33 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-03 16:35:24 -0500 |
commit | ab7511ad0d29c74e464087e67081cc87836a9c09 (patch) | |
tree | 08925afab2130bba00514a6e5d59d3af8553d756 /gnu/packages/uucp.scm | |
parent | ba8babd9e74ab5692cfccc32f7dbafe9506a5002 (diff) | |
download | guix-ab7511ad0d29c74e464087e67081cc87836a9c09.tar.gz |
gnu: go-github-com-hjson-hjson-go: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-hjson-hjson-go): Move from here... * gnu/packages/golang-web.scm: ...to here. * gnu/packages/networking.scm: Add (gnu packages golang-web) module. * gnu/packages/uucp.scm: As above. Change-Id: If1ba5e4d866ce74fa35ae9126c6ba4cd0b149dab
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 e10de59aa2..1626c90c36 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-web) #:use-module (gnu packages texinfo) #:use-module (guix licenses) #:use-module (guix packages) |