~ruther/guix-local

9debe9ecee68505866726fc0020fd6485156592c — Andreas Enge 6 months ago 8e8681b
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
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/password-utils.scm
M gnu/packages/password-utils.scm => gnu/packages/password-utils.scm +1 -0
@@ 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