mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: emacs-tramp-auto-auth: Remove duplicate recipe.
* gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): Remove duplicate recipe.
This commit is contained in:
parent
449dc8b749
commit
91905793b9
1 changed files with 0 additions and 24 deletions
|
@ -20395,30 +20395,6 @@ (define-public emacs-helm-linux-disks
|
||||||
(home-page "https://github.com/Akirak/helm-linux-disks")
|
(home-page "https://github.com/Akirak/helm-linux-disks")
|
||||||
(license license:gpl3+))))
|
(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 "TRAMP automatic authentication library")
|
|
||||||
(description "This library provides @code{tramp-auto-auth-mode}, a
|
|
||||||
global minor mode whose purpose is to automatically feed TRAMP sub-processes
|
|
||||||
with passwords for paths matching regexps.")
|
|
||||||
(home-page "https://github.com/Oitofelix/tramp-auto-auth")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-psession
|
(define-public emacs-psession
|
||||||
(let ((commit "3e97267c92b164584e06a6c70ee7491714c7c12c")
|
(let ((commit "3e97267c92b164584e06a6c70ee7491714c7c12c")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Reference in a new issue