gnu: yapet: Fix documentation directory.
* gnu/packages/password-utils.scm (yapet)[arguments]: Add missing stroke.master
parent
229e2a9e2c
commit
25538200d1
|
@ -447,7 +447,7 @@ convert SSH @code{ed25519} keys to @code{age} keys.")
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "--docdir=" (assoc-ref %outputs "out")
|
||||
"/share/doc",name "-" ,version))))
|
||||
"/share/doc/" ,name "-" ,version))))
|
||||
(inputs
|
||||
(list argon2 ncurses openssl))
|
||||
(native-inputs
|
||||
|
|
Reference in New Issue