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
Message #17 received at 75445 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-xenstore-sys-0.2): New variable.
Generated by "guix import".
Change-Id: Ifdcf25fb557cc040e42a3029437da645198cedb6
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2705b0f42f..42e1f1e9b6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -95576,6 +95576,27 @@ (define-public rust-xenstore-sys-0.3
(description "This package provides Rust FFI bindings for libxenstore.")
(license license:gpl3)))
+(define-public rust-xenstore-sys-0.2
+ (package
+ (inherit rust-xenstore-sys-0.3)
+ (name "rust-xenstore-sys")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "xenstore-sys" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1xrjy0d3cg9qrznfsfjrgha8si1dvdyfx3g7c76hbb7lnim5vmj7"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.53)
+ ("rust-pkg-config" ,rust-pkg-config-0.3))))
+ (home-page "https://github.com/Wenzel/xenstore-sys")
+ (synopsis "Rust FFI bindings for libxenstore")
+ (description "This package provides Rust FFI bindings for libxenstore.")
+ (license license:gpl3)))
+
(define-public rust-xflags-macros-0.2
(package
(name "rust-xflags-macros")
--
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.