gnu: tessen: Update to 2.2.1.
* gnu/packages/password-utils.scm (tessen): Update to 2.2.1. [arguments]<#:make-flags>: Set DESTDIR. [license]: License has been changed to GPL2-only. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
parent
a9fcec54c6
commit
8505bf9f36
|
@ -959,7 +959,7 @@ using password-store through rofi interface:
|
||||||
(define-public tessen
|
(define-public tessen
|
||||||
(package
|
(package
|
||||||
(name "tessen")
|
(name "tessen")
|
||||||
(version "2.1.2")
|
(version "2.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -968,7 +968,7 @@ using password-store through rofi interface:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01jaxakq847k3v2wid8fzhcmq8mraxz0q1j87s1jv75l1gy4qiij"))))
|
"0v0mkdwwxpy23fm5dqspp9c77b5ifcj7fsi8xhjrkrv1vqwmh67j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests?
|
(list #:tests?
|
||||||
|
@ -985,15 +985,15 @@ using password-store through rofi interface:
|
||||||
(("xdg-open") (search-input-file inputs "/bin/xdg-open")))))
|
(("xdg-open") (search-input-file inputs "/bin/xdg-open")))))
|
||||||
(delete 'configure)) ;no configure script
|
(delete 'configure)) ;no configure script
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list (string-append "PREFIX="
|
#~(list (string-append "DESTDIR=" #$output)
|
||||||
#$output))))
|
"PREFIX=''")))
|
||||||
(native-inputs (list scdoc))
|
(native-inputs (list scdoc))
|
||||||
(inputs (list libnotify wl-clipboard wtype xdg-utils))
|
(inputs (list libnotify wl-clipboard wtype xdg-utils))
|
||||||
(home-page "https://github.com/ayushnix/tessen")
|
(home-page "https://github.com/ayushnix/tessen")
|
||||||
(synopsis "Frontend for password-store and gopass")
|
(synopsis "Frontend for password-store and gopass")
|
||||||
(description "Tessen is a bash script that can autotype and copy data
|
(description "Tessen is a bash script that can autotype and copy data
|
||||||
from password-store and gopass files.")
|
from password-store and gopass files.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public browserpass-native
|
(define-public browserpass-native
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue