mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user