me
/
guix
Archived
1
0
Fork 0

gnu: yapet: Fix documentation directory.

* gnu/packages/password-utils.scm (yapet)[arguments]: Add missing stroke.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 229e2a9e2c
commit 25538200d1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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