[bug#75068,rust-team,v2,75/93] gnu: rust-perf-event-open-sys-1: Order alphabetically.
Commit Message
Herman Rimm
Dec. 24, 2024, 8:11 p.m. UTC
* gnu/packages/crates-io.scm (rust-perf-event-open-sys-1): Order. Change-Id: I92053a3970439c33b1403eb19bd91970c0a49850 --- gnu/packages/crates-io.scm | 54 +++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 1b0b86a018..612a077dd7 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -57494,33 +57494,6 @@ (define-public rust-peresil-0.3 "This package provides a simple and simplistic string parsing library.") (license license:expat))) -(define-public rust-perf-event-open-sys-1 - (package - (name "rust-perf-event-open-sys") - (version "1.0.1") - (source - (origin - (method url-fetch) - (uri (crate-uri "perf-event-open-sys" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "06jnb2jkwjinpj4hc41kbwsqbxdb1ywy5vci4ggly8rcvbsyv6yf")))) - (build-system cargo-build-system) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-libc" ,rust-libc-0.2)))) - (home-page - "https://github.com/jimblandy/perf-event-open-sys.git") - (synopsis - "Unsafe, direct bindings for Linux's perf_event_open system call") - (description - "This package provides a unsafe, direct bindings for Linux's -perf_event_open system call, with associated types and constants.") - (license (list license:expat license:asl2.0)))) - (define-public rust-perf-event-0.4 (package (name "rust-perf-event") @@ -57548,6 +57521,33 @@ (define-public rust-perf-event-0.4 "This package provides a Rust interface to Linux performance monitoring.") (license (list license:expat license:asl2.0)))) +(define-public rust-perf-event-open-sys-1 + (package + (name "rust-perf-event-open-sys") + (version "1.0.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "perf-event-open-sys" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "06jnb2jkwjinpj4hc41kbwsqbxdb1ywy5vci4ggly8rcvbsyv6yf")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs + (("rust-libc" ,rust-libc-0.2)))) + (home-page + "https://github.com/jimblandy/perf-event-open-sys.git") + (synopsis + "Unsafe, direct bindings for Linux's perf_event_open system call") + (description + "This package provides a unsafe, direct bindings for Linux's +perf_event_open system call, with associated types and constants.") + (license (list license:expat license:asl2.0)))) + (define-public rust-permutohedron-0.2 (package (name "rust-permutohedron")