guix-patches
[Top][All Lists]
Advanced

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

[bug#67399] [PATCH v2 2/3] gnu: aflplusplus: Add python support


From: Denis 'GNUtoo' Carikli
Subject: [bug#67399] [PATCH v2 2/3] gnu: aflplusplus: Add python support
Date: Thu, 23 Nov 2023 15:52:51 +0100

* gnu/packages/debug.scm (aflplusplus): [inputs]: Add python.
---
 gnu/packages/debug.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index cd1eccbd7b..04458d0220 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -473,7 +473,7 @@ (define-public aflplusplus
               (sha256
                (base32
                 "01hxj65if6rkjrj1fqcgq0jl95dirhkn00mi2k65mff6bckaamxg"))))
-    (inputs (list qemu))
+    (inputs (list python qemu))
     (home-page "https://aflplus.plus";)
     (description
      "AFLplusplus is a security-oriented fuzzer that employs a novel type of
-- 
2.41.0






reply via email to

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