me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 8 additions and 0 deletions

View File

@ -1546,6 +1546,14 @@ Call}.")
`(#: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")