gnu: pwsafe-cli: Small fixes.
* gnu/packages/password-utils.scm (pwsafe-cli): Fix indentation. [inputs]: Re-order alphabetically. [description]: Use a full sentence.
This commit is contained in:
		
							parent
							
								
									484c56593b
								
							
						
					
					
						commit
						aac6dd5bd6
					
				
					 1 changed files with 16 additions and 14 deletions
				
			
		| 
						 | 
					@ -275,29 +275,31 @@ 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
 | 
				
			||||||
           (lambda _
 | 
					             (lambda _
 | 
				
			||||||
             (invoke "aclocal")
 | 
					               (invoke "aclocal")
 | 
				
			||||||
             (invoke "autoheader")
 | 
					               (invoke "autoheader")
 | 
				
			||||||
             (invoke "automake" "--add-missing")
 | 
					               (invoke "automake" "--add-missing")
 | 
				
			||||||
             (invoke "autoconf")
 | 
					               (invoke "autoconf")
 | 
				
			||||||
             #t)))))
 | 
					               #t)))))
 | 
				
			||||||
      (native-inputs
 | 
					      (native-inputs
 | 
				
			||||||
       `(("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 a new issue