guix-patches
[Top][All Lists]
Advanced

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

[bug#62666] [PATCH 2/2] gnu: aflplusplus: Add python support


From: Denis 'GNUtoo' Carikli
Subject: [bug#62666] [PATCH 2/2] gnu: aflplusplus: Add python support
Date: Wed, 5 Apr 2023 03:29:14 +0200

* 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 88b8cb8b8b..21df553ef6 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -474,7 +474,7 @@ (define-public aflplusplus
               (sha256
                (base32
                 "0cl0bgvd2yy331zchjz5drcnadam6w0vfmwcq1jf285hw0x8b0bk"))))
-    (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.39.1






reply via email to

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