me
/
guix
Archived
1
0
Fork 0

gnu: Place rust-rtoolbox-0.0.1 in alphabetical order.

gnu/packages/crates-io.scm (rust-rtoolbox-0.0.1): Move variable.

Change-Id: I71364774e17b776c43b696791a98c01e62655c10
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Herman Rimm 2024-02-18 22:02:22 +01:00 committed by Efraim Flashner
parent 852e6f7cc2
commit bb3f128683
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 25 additions and 25 deletions

View File

@ -16203,31 +16203,6 @@ many formats including AAC, FLAC, MP3, MP4 and WAV.")
"@code{roxmltree} represents an XML 1.0 document as a read-only tree.")
(license (list license:expat license:asl2.0))))
(define-public rust-rtoolbox-0.0.1
(package
(name "rust-rtoolbox")
(version "0.0.1")
(source (origin
(method url-fetch)
(uri (crate-uri "rtoolbox" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0jjjngwn1fa39kschc8zb4hynp4b0jdind7z225cph7m2k2j4kh3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-winapi" ,rust-winapi-0.3))))
(home-page "")
(synopsis "Utility functions for other crates")
(description
"This package provides utility functions for other crates with no
backwards compatibility guarantees.")
(license license:asl2.0)))
(define-public rust-cssparser-0.29
(package
(name "rust-cssparser")
@ -56421,6 +56396,31 @@ resources (links, addresses, arp tables, route tables) via the netlink route
protocol.")
(license license:expat)))
(define-public rust-rtoolbox-0.0.1
(package
(name "rust-rtoolbox")
(version "0.0.1")
(source (origin
(method url-fetch)
(uri (crate-uri "rtoolbox" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0jjjngwn1fa39kschc8zb4hynp4b0jdind7z225cph7m2k2j4kh3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-winapi" ,rust-winapi-0.3))))
(home-page "")
(synopsis "Utility functions for other crates")
(description
"This package provides utility functions for other crates with no
backwards compatibility guarantees.")
(license license:asl2.0)))
(define-public rust-rug-1
(package
(name "rust-rug")