mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: yapet: Improve style.
* gnu/packages/password-utils.scm (yapet)[arguments]: Use G-Expressions. Change-Id: I19eba2b944013aa236a6ea27ce9b8e7b2ccae24f Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
f1ffccf1d0
commit
8639917b07
1 changed files with 4 additions and 3 deletions
|
@ -673,9 +673,10 @@ convert SSH @code{ed25519} keys to @code{age} keys.")
|
||||||
(base32 "00k38n5vlxl73m11pp1v50fqf702lv86hzwgj0qca6qxqz4i3jjl"))))
|
(base32 "00k38n5vlxl73m11pp1v50fqf702lv86hzwgj0qca6qxqz4i3jjl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
(list
|
||||||
(list (string-append "--docdir=" (assoc-ref %outputs "out")
|
#:configure-flags
|
||||||
"/share/doc/" ,name "-" ,version))))
|
#~(list (string-append "--docdir=" #$output "/share/doc/"
|
||||||
|
#$name "-" #$version))))
|
||||||
(inputs
|
(inputs
|
||||||
(list argon2 ncurses openssl))
|
(list argon2 ncurses openssl))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue