From 9debe9ecee68505866726fc0020fd6485156592c Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Tue, 23 Sep 2025 19:03:58 +0200 Subject: [PATCH] gnu: hashcat: Support only 64 bit systems. Builds fail on i686 and armhf. * gnu/packages/password-utils.scm (hashcat)[supported-systems]: New field. Change-Id: I561c5fd9de87f350faecae4376627dfec90568bc --- gnu/packages/password-utils.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 8451fafad8f..d9710427939 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -1704,6 +1704,7 @@ your online accounts makes it necessary.") (("\\$\\(shell date \\+%s\\)") "0")))) (delete 'configure)))) + (supported-systems %64bit-supported-systems) (home-page "https://hashcat.net/hashcat/") (synopsis "Advanced password recovery utility") (description