summaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-04-06 08:44:15 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-04-06 13:14:43 +0100
commit5abebf71e91d16947d1ade8d4b97a76fc06e2be3 (patch)
tree4fc8d6858611a46211f5b71849bdec610c21a779 /gnu/packages/time.scm
parentc254415ad113ee99cfa487ba90cff64ce48a24ce (diff)
downloadguix-patches-5abebf71e91d16947d1ade8d4b97a76fc06e2be3.tar
guix-patches-5abebf71e91d16947d1ade8d4b97a76fc06e2be3.tar.gz
gnu: go-github-com-mattn-go-runewidth: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/check.scm: Add (gnu packages golang-xyz) module. * gnu/packages/disk.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/time.scm: Likewise. * gnu/packages/weather.scm: Likewise. Change-Id: I80f8b4c31c0fd8fee7c190a7740513ee139646d4
Diffstat (limited to 'gnu/packages/time.scm')
-rw-r--r--gnu/packages/time.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 0bb493c27f..66f5d0b4f4 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -46,6 +46,7 @@
#:use-module (gnu packages compression)
#:use-module (gnu packages geo)
#:use-module (gnu packages golang)
+ #:use-module (gnu packages golang-xyz)
#:use-module (gnu packages libffi)
#:use-module (gnu packages perl)
#:use-module (gnu packages python)