mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: Add rust-serial-test-derive@0.4.0.
* gnu/packages/crates-io.scm (rust-serial-test-derive-0.4): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
8c6b127bea
commit
91193f2dd4
1 changed files with 26 additions and 0 deletions
|
@ -23393,6 +23393,32 @@ (define-public rust-servo-arc-0.1
|
|||
functionality and without weak references.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-serial-test-derive-0.4
|
||||
(package
|
||||
(name "rust-serial-test-derive")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serial_test_derive" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05b5xr36zi8damfg3bmbh1kwdxc3k1y2r8b8pmi7q8jb0bc3i0yh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-env-logger" ,rust-env-logger-0.7)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page
|
||||
"https://github.com/palfrey/serial_test_derive/")
|
||||
(synopsis "Serialising Rust tests")
|
||||
(description "Serialising Rust tests")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-servo-fontconfig-0.4
|
||||
(package
|
||||
(name "rust-servo-fontconfig")
|
||||
|
|
Loading…
Reference in a new issue