gnu: rust-c2rust-bitfields-derive-0.18: Sort alphabetically.

* gnu/packages/c2rust.scm (rust-c2rust-bitfields-derive-0.18): Sort.

Change-Id: I276314f2809e4a5733d5eb68c128eb89ad70813b
This commit is contained in:
Efraim Flashner 2024-12-25 20:01:52 +02:00
parent 5b6f72e46e
commit 058f4d5a2d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -56,30 +56,6 @@ (define-public rust-c2rust-ast-builder-0.18
"This package provides Rust AST builder support crate for the C2Rust project.")
(license license:bsd-3)))
(define-public rust-c2rust-bitfields-derive-0.18
(package
(name "rust-c2rust-bitfields-derive")
(version "0.18.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "c2rust-bitfields-derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0i95j6q1d61h1m1pk84i3ih00hsmbn8ib35xr129fz2rw81c3jyk"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
(home-page "https://c2rust.com/")
(synopsis
"C-compatible struct bitfield derive implementation used in the C2Rust project")
(description
"This package provides C-compatible struct bitfield derive implementation used in the C2Rust project.")
(license license:bsd-3)))
(define-public rust-c2rust-ast-printer-0.18
(package
(name "rust-c2rust-ast-printer")
@ -126,6 +102,30 @@ (define-public rust-c2rust-bitfields-0.18
"This package provides C-compatible struct bitfield implementation used in the C2Rust project.")
(license license:bsd-3)))
(define-public rust-c2rust-bitfields-derive-0.18
(package
(name "rust-c2rust-bitfields-derive")
(version "0.18.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "c2rust-bitfields-derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0i95j6q1d61h1m1pk84i3ih00hsmbn8ib35xr129fz2rw81c3jyk"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
(home-page "https://c2rust.com/")
(synopsis
"C-compatible struct bitfield derive implementation used in the C2Rust project")
(description
"This package provides C-compatible struct bitfield derive implementation used in the C2Rust project.")
(license license:bsd-3)))
(define-public rust-c2rust-build-paths-0.18
(package
(name "rust-c2rust-build-paths")