guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

200/276: gnu: rust-afl-0.12: Remove check-for-pregenerated-files phase.


From: guix-commits
Subject: 200/276: gnu: rust-afl-0.12: Remove check-for-pregenerated-files phase.
Date: Wed, 18 Oct 2023 04:50:04 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit b2de124e15e8f7794c75a91ba2534203f26cda14
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 8 12:27:08 2023 +0300

    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.
---
 gnu/packages/crates-io.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 532bcd0694..cc888a305c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2484,7 +2484,10 @@ This package is deprecated and was replaced by the 
@code{aes} crate.")
        #: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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]