diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-24 20:24:51 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:41:46 +0000 |
commit | 6a156d3d68358f8c53ff716e034f1763f85a6fe3 (patch) | |
tree | 696ed5dc8feda33ed6cfa516af425442e8857da4 /gnu/packages/curl.scm | |
parent | f4c42a3154cc3bc351348f56d8dcde3a2a9d5d80 (diff) |
gnu: go-github-com-aki237-nscjar: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-aki237-nscjar): Move from here ...
* gnu/packages/golang-web.scm: ... to here.
* gnu/packages/curl.scm: Add golang-web module.
Change-Id: I77e9528d925507cbc64acc47cf241d8efe0d5cd4
Diffstat (limited to 'gnu/packages/curl.scm')
-rw-r--r-- | gnu/packages/curl.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index ecc13a04e5..cbdcfb4871 100644 --- a/gnu/packages/curl.scm +++ b/gnu/packages/curl.scm @@ -51,6 +51,7 @@ #:use-module (gnu packages compression) #:use-module (gnu packages golang) #:use-module (gnu packages golang-build) + #:use-module (gnu packages golang-web) #:use-module (gnu packages golang-xyz) #:use-module (gnu packages guile) #:use-module (gnu packages kerberos) |