me
/
guix
Archived
1
0
Fork 0

gnu: rust-datetime-0.4: Don't skip build.

* gnu/packages/crates-io.scm (rust-datetime-0.4)[arguments]: Don't skip
build. Add rust-regex-0.1 to cargo-development-inputs.
master
Efraim Flashner 2020-03-02 21:56:54 +02:00
parent 49877d9fd6
commit 64a28fd6e1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -3571,8 +3571,7 @@ hexadecimal, base32, and base64.")
"1fd74bq48xg8ki5yw1mr1pa5hd3j5lbk4iqc5r0kh3l62b0vci2w"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-iso8601" ,rust-iso8601-0.1)
("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
("rust-libc" ,rust-libc-0.2)
@ -3582,7 +3581,7 @@ hexadecimal, base32, and base64.")
("rust-redox-syscall" ,rust-redox-syscall-0.1)
("rust-winapi" ,rust-winapi-0.2))
#:cargo-development-inputs
(;("rust-regex" ,rust-regex-0.1)
(("rust-regex" ,rust-regex-0.1)
("rust-rustc-serialize" ,rust-rustc-serialize-0.3))))
(home-page "https://github.com/rust-datetime/datetime")
(synopsis "Library for date and time formatting and arithmetic")