diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-07 21:49:43 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-13 14:29:51 +0000 |
commit | 997075e495f5e774202f676e2c952f92b3858a3c (patch) | |
tree | 5e09b30a3e226a804cd3258f902cf0d068a63631 /gnu/packages/education.scm | |
parent | 4609bea87ca61cbb4467f02ee084a1a1468e1529 (diff) | |
download | guix-997075e495f5e774202f676e2c952f92b3858a3c.tar.gz |
gnu: go-github-com-blang-semver: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-blang-semver): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/education.scm: Add (gnu packages golang-xyz) module. * gnu/packages/ipfs.scm: As above. Change-Id: I620543088661512bcc8135922a454c5f2dc73119
Diffstat (limited to 'gnu/packages/education.scm')
-rw-r--r-- | gnu/packages/education.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 0f4a251bcc..c3009537e9 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -49,6 +49,7 @@ #:use-module (gnu packages golang) #:use-module (gnu packages golang-build) #:use-module (gnu packages golang-check) + #:use-module (gnu packages golang-xyz) #:use-module (gnu packages gtk) #:use-module (gnu packages gstreamer) #:use-module (gnu packages image) |