mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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.
This commit is contained in:
parent
04ace10cac
commit
b2de124e15
1 changed files with 4 additions and 1 deletions
|
@ -2484,7 +2484,10 @@ (define-public rust-afl-0.12
|
|||
#:cargo-development-inputs
|
||||
(("rust-arbitrary" ,rust-arbitrary-1)
|
||||
("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")
|
||||
(synopsis
|
||||
"Fuzzing Rust code with american-fuzzy-lop")
|
||||
|
|
Loading…
Reference in a new issue