guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b697d4b09d9ed652e5832cc8eaf8e0be73f13788
Author: Arthur Rodrigues <[email protected]>
AuthorDate: Fri Nov 14 16:21:09 2025 +0000
gnu: Add go-github-com-linuxkit-virtsock.
* gnu/packages/golang-web.scm (go-github-com-linuxkit-virtsock): New
variable.
Change-Id: I7165a517b5b7e05676b7055adf4006e069380fe2
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-web.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index adb22e2cbb..41d519ccaa 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -9043,6 +9043,38 @@ intends to be compatible with Avahi.")
Block Storage for container, cloud and virtualisation.")
(license license:asl2.0)))
+(define-public go-github-com-linuxkit-virtsock
+ (package
+ (name "go-github-com-linuxkit-virtsock")
+ (version "0.0.0-20241009230534-cb6a20cc0422")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/linuxkit/virtsock")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "08f8m6jnq76p1996wbf5kw8s1p9g3ix373rb4f46n9qg1qang4bl"))
+ (modules '((guix build utils)))
+ (snippet '(delete-file-recursively "vendor"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:skip-build? #t
+ #:test-flags
+ #~(list "-vet=off") ;[email protected] forces vet, but tests are not ready yet.
+ #:import-path "github.com/linuxkit/virtsock"))
+ (propagated-inputs (list go-golang-org-x-sys))
+ (home-page "https://github.com/linuxkit/virtsock")
+ (synopsis "Virtio and Hyper-V sockets bindings for Golang")
+ (description
+ "This package contains Go bindings and sample code for
+@url{https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/develop/make_mgmt_service,
+Hyper-V sockets} and @url{http://stefanha.github.io/virtio/, virtio
+sockets}.")
+ (license license:asl2.0)))
+
(define-public go-github-com-lum8rjack-go-ja4h
(package
(name "go-github-com-lum8rjack-go-ja4h")