GNU bug report logs -
#75445
[PATCH 0/7] Add xen-guest-agent and daemon
Previous Next
Reported by: Karl Hallsby <karl <at> hallsby.com>
Date: Wed, 8 Jan 2025 20:16:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-xenstore-rs-0.6): New variable.
Change-Id: I11cc6f5f014201c89d7e306b73ca8aa928f7a2cb
---
gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2d7f9515bd..f3abebeece 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -95581,6 +95581,32 @@ (define-public rust-xenstore-rs-0.7
(description "This package provides Rust FFI bindings for libxenstore.")
(license license:gpl3)))
+(define-public rust-xenstore-rs-0.6
+ (package
+ (inherit rust-xenstore-rs-0.7)
+ (name "rust-xenstore-rs")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "xenstore-rs" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1i8wdif8q2cxbrmcp2jxcqg95a4yfsp1m3j4yldcgad3ksl5l4qs"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-futures" ,rust-futures-0.3)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-libloading" ,rust-libloading-0.8)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-tokio" ,rust-tokio-1)
+ ("rust-xenstore-sys" ,rust-xenstore-sys-0.2))
+ #:cargo-development-inputs (("rust-clap" ,rust-clap-4))))
+ (home-page "https://github.com/Wenzel/xenstore")
+ (synopsis "Rust FFI bindings for libxenstore")
+ (description "This package provides Rust FFI bindings for libxenstore.")
+ (license license:gpl3)))
+
(define-public rust-xenstore-sys-0.3
(package
(name "rust-xenstore-sys")
--
2.46.0
This bug report was last modified 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.