gnu: go-github-com-go-ldap-ldap: Move to golang-web.
* gnu/packages/syncthing.scm (go-github-com-go-ldap-ldap): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: Ica9883664d11b621d0bd4ce896d217eb82abd0ce
This commit is contained in:
parent
5978962638
commit
f0e5d0b411
2 changed files with 27 additions and 25 deletions
|
@ -789,6 +789,33 @@ Signing and Encryption set of standards. This includes support for JSON Web
|
||||||
Encryption, JSON Web Signature, and JSON Web Token standards.")
|
Encryption, JSON Web Signature, and JSON Web Token standards.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-go-ldap-ldap
|
||||||
|
(package
|
||||||
|
(name "go-github-com-go-ldap-ldap")
|
||||||
|
(version "3.4.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/go-ldap/ldap")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1xf2jrwhgr06jy4liba48hrz4b7j27r7m9dnl7fj95vazsx2n5br"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:tests? #f ; test suite requires internet access
|
||||||
|
#:import-path "github.com/go-ldap/ldap/v3"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-go-asn1-ber-asn1-ber
|
||||||
|
go-github-com-azure-go-ntlmssp))
|
||||||
|
(home-page "https://github.com/go-ldap/ldap")
|
||||||
|
(synopsis "LDAP v3 functionality for Go")
|
||||||
|
(description "This package provides basic LDAP v3 functionality in the Go
|
||||||
|
language.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-go-telegram-bot-api-telegram-bot-api
|
(define-public go-github-com-go-telegram-bot-api-telegram-bot-api
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-go-telegram-bot-api-telegram-bot-api")
|
(name "go-github-com-go-telegram-bot-api-telegram-bot-api")
|
||||||
|
|
|
@ -491,31 +491,6 @@ message streaming.")
|
||||||
(home-page "https://github.com/matttproud/golang_protobuf_extensions")
|
(home-page "https://github.com/matttproud/golang_protobuf_extensions")
|
||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-go-ldap-ldap
|
|
||||||
(package
|
|
||||||
(name "go-github-com-go-ldap-ldap")
|
|
||||||
(version "3.4.1")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/go-ldap/ldap")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1xf2jrwhgr06jy4liba48hrz4b7j27r7m9dnl7fj95vazsx2n5br"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/go-ldap/ldap/v3"
|
|
||||||
#:tests? #f)) ; test suite requires internet access
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-github-com-go-asn1-ber-asn1-ber
|
|
||||||
go-github-com-azure-go-ntlmssp))
|
|
||||||
(home-page "https://github.com/go-ldap/ldap")
|
|
||||||
(synopsis "LDAP v3 functionality for Go")
|
|
||||||
(description "This package provides basic LDAP v3 functionality in the Go
|
|
||||||
language.")
|
|
||||||
(license expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-flynn-archive-go-shlex
|
(define-public go-github-com-flynn-archive-go-shlex
|
||||||
(let ((commit "3f9db97f856818214da2e1057f8ad84803971cff")
|
(let ((commit "3f9db97f856818214da2e1057f8ad84803971cff")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Reference in a new issue