GNU bug report logs -
#75069
[PATCH rust-team 00/57] Alpabetically order (gnu packages
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Tue, 24 Dec 2024 21:27:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-web-sys-0.3): Order.
Change-Id: Ieadd305af5d2a8457d06f8170ddd3d652fb07096
---
gnu/packages/crates-io.scm | 48 +++++++++++++++++++-------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 54ebea9bb8..efa0cb697e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -97743,6 +97743,30 @@ (define-public rust-wax-0.6
against paths and directory trees.")
(license license:expat)))
+(define-public rust-web-sys-0.3
+ (package
+ (name "rust-web-sys")
+ (version "0.3.76")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "web-sys" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1g0j3kii20mh7hqmdajz2r4c21zynb9h9h026wymalkx88ip5p84"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-js-sys" ,rust-js-sys-0.3)
+ ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
+ #:cargo-development-inputs (("rust-futures" ,rust-futures-0.3))))
+ (home-page "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html")
+ (synopsis
+ "Bindings for all Web APIs, a procedurally generated crate from WebIDL")
+ (description
+ "Bindings for all Web APIs, a procedurally generated crate from WebIDL.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-wl-clipboard-rs-0.8
(package
(name "rust-wl-clipboard-rs")
@@ -97842,30 +97866,6 @@ (define-public rust-wl-clipboard-rs-0.4
("rust-wayland-commons" ,rust-wayland-commons-0.28)
("rust-wayland-protocols" ,rust-wayland-protocols-0.28))))))
-(define-public rust-web-sys-0.3
- (package
- (name "rust-web-sys")
- (version "0.3.76")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "web-sys" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1g0j3kii20mh7hqmdajz2r4c21zynb9h9h026wymalkx88ip5p84"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-js-sys" ,rust-js-sys-0.3)
- ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
- #:cargo-development-inputs (("rust-futures" ,rust-futures-0.3))))
- (home-page "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html")
- (synopsis
- "Bindings for all Web APIs, a procedurally generated crate from WebIDL")
- (description
- "Bindings for all Web APIs, a procedurally generated crate from WebIDL.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-web-time-1
(package
(name "rust-web-time")
--
2.45.2
This bug report was last modified 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.