diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-25 15:16:40 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:55 +0000 |
commit | 8ee3669af48d78c919b42b124eb05d7d2bf2a2d0 (patch) | |
tree | 318f554ac8244cd9e2def068f4c75783b0a45bec /gnu/packages/uucp.scm | |
parent | 37ef7683de5f3f93c1dbbb15f78e02d4c6831089 (diff) | |
download | guix-8ee3669af48d78c919b42b124eb05d7d2bf2a2d0.tar.gz guix-8ee3669af48d78c919b42b124eb05d7d2bf2a2d0.zip |
gnu: go-github-com-dustin-go-humanize: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-dustin-go-humanize): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/uucp.scm: Add golang-xyz module.
Change-Id: Ic0913615d559ec255bf98abfab99383edf3c9a84
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 34de6bdec9..96949f01e9 100644 --- a/gnu/packages/uucp.scm +++ b/gnu/packages/uucp.scm @@ -23,6 +23,7 @@ #:use-module (gnu packages golang-compression) #:use-module (gnu packages golang-crypto) #:use-module (gnu packages golang-web) + #:use-module (gnu packages golang-xyz) #:use-module (gnu packages texinfo) #:use-module (guix licenses) #:use-module (guix packages) |