gnu: Add go-github-com-jcmturner-rpc-v2-mstypes.

* gnu/packages/golang.scm (go-github-com-jcmturner-rpc-v2-mstypes): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Nicolas Graves 2023-04-23 14:27:35 +02:00 committed by Leo Famulari
parent 335c74f660
commit 69ac63166b
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1546,6 +1546,14 @@ (define-public go-github-com-jcmturner-rpc-v2-ndr
`(#:import-path "github.com/jcmturner/rpc/v2/ndr"
#:unpack-path "github.com/jcmturner/rpc"))))
(define-public go-github-com-jcmturner-rpc-v2-mstypes
(package
(inherit go-github-com-jcmturner-rpc)
(name "go-github-com-jcmturner-rpc-v2-mstypes")
(arguments
`(#:import-path "github.com/jcmturner/rpc/v2/mstypes"
#:unpack-path "github.com/jcmturner/rpc"))))
(define-public go-github-com-kataras-golog
(package
(name "go-github-com-kataras-golog")