me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-azure-go-ntlmssp: Move to golang-web.

* gnu/packages/syncthing.scm (go-github-com-azure-go-ntlmssp): Move
from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I9c8397996470d84f57a4472717ebd0d06d06bb4c
master
Sharlatan Hellseher 2024-06-26 23:26:18 +01:00
parent 1abbcd2a65
commit 294ad13de9
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
2 changed files with 25 additions and 23 deletions

View File

@ -437,6 +437,31 @@ for Go")
(description "This package provides a CSS parser and inliner.")
(license license:expat)))
(define-public go-github-com-azure-go-ntlmssp
(package
(name "go-github-com-azure-go-ntlmssp")
(version "0.0.0-20211209120228-48547f28849e")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Azure/go-ntlmssp")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0im28kp9p6ncdmh7qq5qwl85nmiwmp8jka2qgrjiqzc5n36q56np"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/Azure/go-ntlmssp"))
(propagated-inputs
(list go-golang-org-x-crypto))
(home-page "https://github.com/Azure/go-ntlmssp")
(synopsis "NTLM negotiation in Go")
(description
"This package provides NTLM/Negotiate authentication over HTTP.")
(license license:expat)))
(define-public go-github-com-bep-golibsass
(package
(name "go-github-com-bep-golibsass")

View File

@ -538,29 +538,6 @@ Go language.")
language.")
(license expat)))
(define-public go-github-com-azure-go-ntlmssp
(package
(name "go-github-com-azure-go-ntlmssp")
(version "0.0.0-20211209120228-48547f28849e")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Azure/go-ntlmssp")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0im28kp9p6ncdmh7qq5qwl85nmiwmp8jka2qgrjiqzc5n36q56np"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/Azure/go-ntlmssp"))
(propagated-inputs
(list go-golang-org-x-crypto))
(home-page "https://github.com/Azure/go-ntlmssp")
(synopsis "NTLM negotiation in Go")
(description
"This package provides NTLM/Negotiate authentication over HTTP.")
(license expat)))
(define-public go-github-com-flynn-archive-go-shlex
(let ((commit "3f9db97f856818214da2e1057f8ad84803971cff")
(revision "0"))