gnu: rust-afl-0.12: Remove check-for-pregenerated-files phase.
* gnu/packages/crates-io.scm (rust-afl-0.12)[arguments]: Add a phase to remove the 'check-for-pregenerated-files phase.
parent
04ace10cac
commit
b2de124e15
|
@ -2484,7 +2484,10 @@ This package is deprecated and was replaced by the @code{aes} crate.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-arbitrary" ,rust-arbitrary-1)
|
(("rust-arbitrary" ,rust-arbitrary-1)
|
||||||
("rust-assert-cmd" ,rust-assert-cmd-2)
|
("rust-assert-cmd" ,rust-assert-cmd-2)
|
||||||
("rust-tempfile" ,rust-tempfile-3))))
|
("rust-tempfile" ,rust-tempfile-3))
|
||||||
|
#:phases (modify-phases %standard-phases
|
||||||
|
;; Custom archive file for test suite.
|
||||||
|
(delete 'check-for-pregenerated-files))))
|
||||||
(home-page "https://github.com/rust-fuzz/afl.rs")
|
(home-page "https://github.com/rust-fuzz/afl.rs")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Fuzzing Rust code with american-fuzzy-lop")
|
"Fuzzing Rust code with american-fuzzy-lop")
|
||||||
|
|
Reference in New Issue