mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
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
This commit is contained in:
parent
f4c42a3154
commit
6a156d3d68
3 changed files with 26 additions and 23 deletions
|
@ -51,6 +51,7 @@
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
#:use-module (gnu packages golang)
|
#:use-module (gnu packages golang)
|
||||||
#:use-module (gnu packages golang-build)
|
#:use-module (gnu packages golang-build)
|
||||||
|
#:use-module (gnu packages golang-web)
|
||||||
#:use-module (gnu packages golang-xyz)
|
#:use-module (gnu packages golang-xyz)
|
||||||
#:use-module (gnu packages guile)
|
#:use-module (gnu packages guile)
|
||||||
#:use-module (gnu packages kerberos)
|
#:use-module (gnu packages kerberos)
|
||||||
|
|
|
@ -171,6 +171,31 @@ API service accounts for Go.")
|
||||||
2019.")
|
2019.")
|
||||||
(license license:expat)))
|
(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
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/aki237/nscjar"))
|
||||||
|
(home-page "https://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.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-alexliesenfeld-health
|
(define-public go-github-com-alexliesenfeld-health
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-alexliesenfeld-health")
|
(name "go-github-com-alexliesenfeld-health")
|
||||||
|
|
|
@ -2439,29 +2439,6 @@ writers can be supplied for alternate environments.")
|
||||||
(home-page "https://github.com/alsm/ioprogress")
|
(home-page "https://github.com/alsm/ioprogress")
|
||||||
(license license:expat))))
|
(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
|
(define-public go-github-com-gizak-termui
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-gizak-termui")
|
(name "go-github-com-gizak-termui")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue