mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-khardel.
* gnu/packages/emacs-xyz.scm (emacs-khardel): New variable. Change-Id: Id890d4e8c344712c48f749fae8d65eaccb2c5e37 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
fbfd2b9383
commit
2bd83fad27
1 changed files with 33 additions and 0 deletions
|
@ -6954,6 +6954,39 @@ them whenever another command is invoked.")
|
||||||
a command.")
|
a command.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-khardel
|
||||||
|
(package
|
||||||
|
(name "emacs-khardel")
|
||||||
|
(version "2.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/DamienCassou/khardel")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0gqijnmj24phryi6n74iq410k0637j0li1ncdymxhk3bdmp4mb40"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'fix-path
|
||||||
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
(emacs-substitute-variables "khardel.el"
|
||||||
|
("khardel-command"
|
||||||
|
(search-input-file inputs "/bin/khard"))))))))
|
||||||
|
(inputs
|
||||||
|
(list khard))
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-yaml-mode))
|
||||||
|
(home-page "https://github.com/DamienCassou/khardel")
|
||||||
|
(synopsis "Emacs interface to Khard")
|
||||||
|
(description
|
||||||
|
"Khardel provide an Emacs integration with Khard, a console application
|
||||||
|
to search and edit contacts in vCard format.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-ligature
|
(define-public emacs-ligature
|
||||||
(let ((commit "3d1460470736777fd8329e4bb4ac359bf4f1460a")
|
(let ((commit "3d1460470736777fd8329e4bb4ac359bf4f1460a")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue