gnu: pwsafe-cli: Small fixes.
* gnu/packages/password-utils.scm (pwsafe-cli): Fix indentation. [inputs]: Re-order alphabetically. [description]: Use a full sentence.master
parent
484c56593b
commit
aac6dd5bd6
|
@ -275,8 +275,9 @@ platforms.")
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; FIXME: skip failing test suite (requires write access
|
;; FIXME: skip failing test suite (requires write access to /tmp),
|
||||||
; to /tmp), patching path does not help somehow.
|
;; patching path does not help somehow.
|
||||||
|
`(#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'bootstrap
|
(replace 'bootstrap
|
||||||
|
@ -290,14 +291,15 @@ platforms.")
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)))
|
("automake" ,automake)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)
|
`(("libx11" ,libx11)
|
||||||
("libx11" ,libx11)
|
("libxmu" ,libxmu)
|
||||||
("libxt" ,libxt)
|
("libxt" ,libxt)
|
||||||
("libxmu" ,libxmu)))
|
("openssl" ,openssl)))
|
||||||
(home-page "https://github.com/nsd20463/pwsafe")
|
(home-page "https://github.com/nsd20463/pwsafe")
|
||||||
(synopsis "CLI password manager")
|
(synopsis "CLI password manager")
|
||||||
(description "Command line tool compatible with Counterpane's
|
(description
|
||||||
Passwordsafe.")
|
"@command{pwsafe} is a command line tool compatible with
|
||||||
|
Counterpane's Passwordsafe.")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public shroud
|
(define-public shroud
|
||||||
|
|
Reference in New Issue