1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: Add rust-duplicate-macrotest-1.

* gnu/packages/crates-io.scm (rust-duplicate-macrotest-1): New variable.

Change-Id: I5d93daccb0919677dc571abe9ac60c89feca588e
This commit is contained in:
Efraim Flashner 2025-01-03 11:32:03 +02:00
parent 43f7a97744
commit a9822d2374
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -21761,6 +21761,33 @@ Rust.")
(description "A library for running child processes.")
(license license:expat)))
(define-public rust-duplicate-macrotest-1
(package
(name "rust-duplicate-macrotest")
(version "1.0.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "duplicate_macrotest" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "15p4d596vknjx5vba86pa08aci7grl7nsxqp92gqxfj5mh5nwz9a"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-diff" ,rust-diff-0.1)
("rust-glob" ,rust-glob-0.3)
("rust-rand" ,rust-rand-0.8)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-toml" ,rust-toml-0.8))))
(home-page "https://github.com/emoun/duplicate_macrotest")
(synopsis
"Fork of the macrotest crate specifically to test the duplicate crate")
(description
"This package provides a fork of the macrotest crate specifically to test
the duplicate crate.")
(license (list license:expat license:asl2.0))))
(define-public rust-dwrote-0.11
(package
(name "rust-dwrote")