diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-10-22 19:23:52 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-10-22 19:25:45 +0300 |
| commit | 0e97fd66d7385684325a72a9a6d8f4feaa295f6f (patch) | |
| tree | 969ed51b290ae959d1a30550ed647091c2db7f54 /gnu/packages/debug.scm | |
| parent | 8cdfbafc1927b6e5b3b0e17722c47a6665a9ed6a (diff) | |
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
Diffstat (limited to 'gnu/packages/debug.scm')
| -rw-r--r-- | gnu/packages/debug.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index f244107841a..b4e94be811c 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 |
