gnu: makepasswd: Improve style.

* gnu/packages/password-utils.scm (makepasswd)[arguments]: Use G-Expressions.

Change-Id: I675ec63c33d53718553b21ba5f1b66587d656cf9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos 2025-09-16 15:36:03 +02:00 committed by Liliana Marie Prikler
parent 65e33d48d8
commit ef48386826
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1909,12 +1909,14 @@ try every password contained in a file.")
(inputs
(list libxcrypt openssl))
(arguments
`(#:phases
(modify-phases %standard-phases
(delete 'configure))
#:make-flags (list "CC=gcc"
(string-append "PREFIX=" (assoc-ref %outputs "out")))
#:tests? #f)) ;no tests
(list
#:phases
#~(modify-phases %standard-phases
(delete 'configure))
#:make-flags
#~(list (string-append "CC=" #$(cc-for-target))
(string-append "PREFIX=" #$output))
#:tests? #f)) ;no tests
(synopsis "Generate (pseudo-)random passwords and hashes")
(description
"Makepasswd is a program that generates pseudo-random passwords of a