mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
8e8681b28b
commit
9debe9ecee
1 changed files with 1 additions and 0 deletions
|
@ -1704,6 +1704,7 @@ your online accounts makes it necessary.")
|
||||||
(("\\$\\(shell date \\+%s\\)")
|
(("\\$\\(shell date \\+%s\\)")
|
||||||
"0"))))
|
"0"))))
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
|
(supported-systems %64bit-supported-systems)
|
||||||
(home-page "https://hashcat.net/hashcat/")
|
(home-page "https://hashcat.net/hashcat/")
|
||||||
(synopsis "Advanced password recovery utility")
|
(synopsis "Advanced password recovery utility")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue