mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: Add emacs-tramp-auto-auth.
* gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): New variable.
This commit is contained in:
parent
3c88b673a4
commit
41565d111a
1 changed files with 23 additions and 0 deletions
|
@ -20394,3 +20394,26 @@ (define-public emacs-helm-linux-disks
|
|||
on removable volumes in Linux.")
|
||||
(home-page "https://github.com/Akirak/helm-linux-disks")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-tramp-auto-auth
|
||||
(let ((commit "f15a12dfab651aff60f4a9d70f868030a12344ac")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-tramp-auto-auth")
|
||||
(version (git-version "20191027.1117" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Oitofelix/tramp-auto-auth.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"09nkjgwppjfgv04q0gv468qihgx4y3p39lpwbd6vbh3wgbccas9k"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "Mount/unmount volumes in Linux via Helm")
|
||||
(description "This package provides a Helm interface to run operations
|
||||
on removable volumes in Linux.")
|
||||
(home-page "https://github.com/Oitofelix/tramp-auto-auth")
|
||||
(license license:gpl3+))))
|
||||
|
|
Loading…
Reference in a new issue