diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-12 21:32:21 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-12 23:33:23 +0000 |
commit | ae60a953d61d6bd28adfa2f73fdbd37202039091 (patch) | |
tree | ace1d614dc81a035aab745bdf7625322e8a6d1b0 /gnu/packages/networking.scm | |
parent | ac9044699afa46bbb2c4220a700b03816a107065 (diff) |
gnu: go-github-com-prometheus-client-model: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-prometheus-client-model):
Move from here
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/golang.scm: Add (gnu packages golang-xyz) module.
* gnu/packages/ipfs.scm: As above.
* gnu/packages/networking.scm: As above.
Change-Id: Ibf79be7fd49acc8fc88bf2411a4d7d89b44713d0
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 8d358961a1..462b10fc6a 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -126,6 +126,7 @@ #:use-module (gnu packages gnupg) #:use-module (gnu packages golang) #:use-module (gnu packages golang-web) + #:use-module (gnu packages golang-xyz) #:use-module (gnu packages graphviz) #:use-module (gnu packages gstreamer) #:use-module (gnu packages gtk) |