me
/
guix
Archived
1
0
Fork 0

gnu: rust-regex-1.1: Don't skip build.

* gnu/packages/crates-io.scm (rust-regex-1.1)[arguments]: Don't skip build.
master
Efraim Flashner 2020-02-08 20:34:33 +02:00
parent af51fb8e4d
commit e45242abe2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -9690,8 +9690,7 @@ uses finite automata and guarantees linear time matching on all inputs.")
(base32
"1ba47ivq8l1yikiwikjnq5barag6iqfgcpxlz2263fqbq9y2kn6r"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-aho-corasick" ,rust-aho-corasick-0.7)
("rust-memchr" ,rust-memchr-2.2)
("rust-regex-syntax" ,rust-regex-syntax-0.6)