This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0e97fd66d7 gnu: zzuf: Fix build.
0e97fd66d7 is described below

commit 0e97fd66d7385684325a72a9a6d8f4feaa295f6f
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Wed Oct 22 19:23:52 2025 +0300

    gnu: zzuf: Fix build.
    
    * gnu/packages/debug.scm (zzuf): Fix build by explicitly using an older
    version of GCC.
    [native-inputs]: Add gcc-13.
    
    Change-Id: If32f40333205791c7250e54ca280972fa6820b40
---
 gnu/packages/debug.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index f244107841..b4e94be811 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -686,6 +686,7 @@ conditions.")
         (base32
          "1mpzjaksc2qg2hzqflf39pl06p53qam2dn3hkhkcv6p00d2n4kx3"))))
     (build-system gnu-build-system)
+    (native-inputs (list gcc-13))
     (home-page "https://github.com/samhocevar/zzuf";)
     (synopsis "Transparent application input fuzzer")
     (description "Zzuf is a transparent application input fuzzer.  It works by

Reply via email to