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/golang.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/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 14d3729e42..2ec904f2af 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2439,29 +2439,6 @@ writers can be supplied for alternate environments.") (home-page "https://github.com/alsm/ioprogress") (license license:expat)))) -(define-public go-github-com-aki237-nscjar - (package - (name "go-github-com-aki237-nscjar") - (version "0.0.0-20210417074043-bbb606196143") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aki237/nscjar") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0vbagy9g795b17lnnkkm2f3pcrkxrzc4qbzc656g2cdkdprdyb4m")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/aki237/nscjar")) - (synopsis "Handle Netscape / Mozilla cookies") - (description "@code{nscjar} is a Go library used to parse and output -Netscape/Mozilla's old-style cookie files. It also implements a simple cookie -jar struct to manage the cookies added to the cookie jar.") - (home-page "https://github.com/aki237/nscjar") - (license license:expat))) - (define-public go-github-com-gizak-termui (package (name "go-github-com-gizak-termui") |