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
This commit is contained in:
Andreas Enge 2025-09-23 19:03:58 +02:00
parent 8e8681b28b
commit 9debe9ecee
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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