[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/379: gnu: Add rust-x86-0.52.
From: |
guix-commits |
Subject: |
55/379: gnu: Add rust-x86-0.52. |
Date: |
Thu, 29 Jun 2023 12:32:24 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit d9393344780b3ab720376499683f7783f9be02a1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 11 17:27:52 2023 +0300
gnu: Add rust-x86-0.52.
* gnu/packages/crates-io.scm (rust-x86-0.52): New variable.
(rust-x86-0.33): Inherit from rust-x86-0.52.
---
gnu/packages/crates-io.scm | 43 +++++++++++++++++++++++++++++++++----------
1 file changed, 33 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1c0e166de7..5bb42679c8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -74249,8 +74249,40 @@ Diffie-Hellman key exchange, with curve operations
provided by
5280 certificates).")
(license (list license:expat license:asl2.0))))
+(define-public rust-x86-0.52
+ (package
+ (name "rust-x86")
+ (version "0.52.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "x86" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "11d3jip94x3dvcv0i0d5cxsgi1p2xyjrdhs550mas5vjg2bxp097"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t ; Remove some dependencies
+ #:cargo-inputs
+ (("rust-bit-field" ,rust-bit-field-0.10)
+ ("rust-bitflags" ,rust-bitflags-1)
+ ("rust-csv" ,rust-csv-1)
+ ("rust-phf" ,rust-phf-0.9)
+ ("rust-phf-codegen" ,rust-phf-codegen-0.9)
+ ("rust-raw-cpuid" ,rust-raw-cpuid-10)
+ ("rust-serde-json" ,rust-serde-json-1))))
+ (home-page "https://github.com/gz/rust-x86")
+ (synopsis "Library to program x86 (amd64) hardware")
+ (description
+ "This is a Library to program x86 (amd64) hardware. It contains x86
+specific data structure descriptions, data-tables, as well as convenience
+function to call assembly instructions typically not exposed in higher level
+languages.")
+ (license license:expat)))
+
(define-public rust-x86-0.33
(package
+ (inherit rust-x86-0.52)
(name "rust-x86")
(version "0.33.0")
(source
@@ -74265,7 +74297,6 @@ Diffie-Hellman key exchange, with curve operations
provided by
'(begin
(substitute* "Cargo.toml"
(("8\\.0") "8"))))))
- (build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
@@ -74275,15 +74306,7 @@ Diffie-Hellman key exchange, with curve operations
provided by
("rust-phf" ,rust-phf-0.7)
("rust-phf-codegen" ,rust-phf-codegen-0.7)
("rust-raw-cpuid" ,rust-raw-cpuid-8)
- ("rust-serde-json" ,rust-serde-json-1))))
- (home-page "https://github.com/gz/rust-x86")
- (synopsis "Library to program x86 (amd64) hardware")
- (description
- "This is a Library to program x86 (amd64) hardware. It contains x86
-specific data structure descriptions, data-tables, as well as convenience
-function to call assembly instructions typically not exposed in higher level
-languages.")
- (license license:expat)))
+ ("rust-serde-json" ,rust-serde-json-1))))))
(define-public rust-xattr-0.2
(package
- 23/379: gnu: Add rust-linux-raw-sys-0.3., (continued)
- 23/379: gnu: Add rust-linux-raw-sys-0.3., guix-commits, 2023/06/29
- 24/379: gnu: Add rust-memoffset-0.8., guix-commits, 2023/06/29
- 25/379: gnu: Add rust-password-hash-0.5., guix-commits, 2023/06/29
- 27/379: gnu: Add rust-pem-rfc7468-0.7., guix-commits, 2023/06/29
- 28/379: gnu: Add rust-phf-0.11., guix-commits, 2023/06/29
- 29/379: gnu: Add rust-phf-codegen-0.11., guix-commits, 2023/06/29
- 36/379: gnu: Add rust-raw-cpuid-10., guix-commits, 2023/06/29
- 33/379: gnu: Add rust-pkcs8-0.10., guix-commits, 2023/06/29
- 38/379: gnu: Add rust-salsa20-0.10., guix-commits, 2023/06/29
- 42/379: gnu: Add rust-signature-2., guix-commits, 2023/06/29
- 55/379: gnu: Add rust-x86-0.52.,
guix-commits <=
- 60/379: gnu: Add rust-serdect-0.2., guix-commits, 2023/06/29
- 62/379: gnu: Add rust-sec1-0.7., guix-commits, 2023/06/29
- 64/379: gnu: Add rust-rfc6979-0.4., guix-commits, 2023/06/29
- 66/379: gnu: Add rust-pkcs8-0.9., guix-commits, 2023/06/29
- 31/379: gnu: Add rust-phf-macros-0.11., guix-commits, 2023/06/29
- 34/379: gnu: Add rust-pkcs5-0.7., guix-commits, 2023/06/29
- 51/379: gnu: Add rust-windows-targets-0.48., guix-commits, 2023/06/29
- 50/379: gnu: Add rust-windows-sys-0.48., guix-commits, 2023/06/29
- 53/379: gnu: Add rust-windows-x86-64-gnullvm-0.48., guix-commits, 2023/06/29
- 61/379: gnu: Add rust-serde-json-core-0.5., guix-commits, 2023/06/29