diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-11-29 22:34:54 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-03 16:35:16 -0500 |
commit | 88b168ed27e48b2a45b0f27d2bfa0a6870d52a47 (patch) | |
tree | f849c34ff751296863e03b6f89902f6db14c1c1b /gnu/packages | |
parent | ddb3448cf071ae6b9f6efecb413716a5da848669 (diff) |
gnu: go-github-com-jcmturner-gokrb5-v8: Adjust inputs.
* gnu/packages/golang-web.scm (go-github-com-jcmturner-gokrb5-v8)
[propagated-inputs]: go-github-com-stretchr-testify move from here ...
[native-inputs]: ... to here.
Change-Id: I93be99c60c15ba7861dd909e8856c800f8cf8314
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index ae10a86551..580877f8fe 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -303,6 +303,8 @@ protocol.") (arguments '(#:import-path "github.com/jcmturner/gokrb5/v8" #:unpack-path "github.com/jcmturner/gokrb5")) + (native-inputs + (list go-github-com-stretchr-testify)) (propagated-inputs (list go-github-com-gorilla-sessions go-github-com-hashicorp-go-uuid @@ -312,7 +314,6 @@ protocol.") go-github-com-jcmturner-goidentity-v6 go-github-com-jcmturner-rpc-v2-mstypes go-github-com-jcmturner-rpc-v2-ndr - go-github-com-stretchr-testify go-golang-org-x-crypto go-golang-org-x-net)) (home-page "https://github.com/jcmturner/gokrb5") |