diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-15 01:12:42 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-22 16:49:18 +0200 |
| commit | 14f4d2f99e0640ca5a4e6710dbe7ac2a5da0d38b (patch) | |
| tree | 1220eacea56f57ff5fed02ce102866cc07b8921d | |
| parent | 2407608d5a842cef239b02c2d5edbc4470fbdfe1 (diff) | |
gnu: Add emacs-citar-vulpea.
* gnu/packages/emacs-xyz.scm (emacs-citar-vulpea): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f34c69610ca..0ab19cc59dd 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -30674,6 +30674,30 @@ Citar and Denote") | |||
| 30674 | Denote packages to enable create managing bibliographic notes and citations.") | 30674 | Denote packages to enable create managing bibliographic notes and citations.") |
| 30675 | (license license:gpl3+))) | 30675 | (license license:gpl3+))) |
| 30676 | 30676 | ||
| 30677 | (define-public emacs-citar-vulpea | ||
| 30678 | (let ((commit "450e94c8e5db74dca8081cdf0ec2caf9ed3ec36b") | ||
| 30679 | (revision "0")) | ||
| 30680 | (package | ||
| 30681 | (name "emacs-citar-vulpea") | ||
| 30682 | (version (git-version "0.0.1" revision commit)) | ||
| 30683 | (source | ||
| 30684 | (origin | ||
| 30685 | (method git-fetch) | ||
| 30686 | (uri (git-reference | ||
| 30687 | (url "https://github.com/fabcontigiani/citar-vulpea") | ||
| 30688 | (commit commit))) | ||
| 30689 | (file-name (git-file-name name version)) | ||
| 30690 | (sha256 | ||
| 30691 | (base32 "0dscbwr66sjlcxk9wjjyqkyzc8s2mz02np6jzn2g6yqi93bbb0v7")))) | ||
| 30692 | (build-system emacs-build-system) | ||
| 30693 | (propagated-inputs (list emacs-citar emacs-vulpea)) | ||
| 30694 | (home-page "https://github.com/fabcontigiani/citar-vulpea") | ||
| 30695 | (synopsis "Create and retrieve bibliography notes with Citar and Vulpea") | ||
| 30696 | (description | ||
| 30697 | "@code{citar-vulpea} is a minor-mode integrating the Emacs Citar and | ||
| 30698 | Vulpea packages to manage bibliographic notes and citations.") | ||
| 30699 | (license license:gpl3+)))) | ||
| 30700 | |||
| 30677 | (define-public emacs-helm-bibtex | 30701 | (define-public emacs-helm-bibtex |
| 30678 | (let ((commit "6064e8625b2958f34d6d40312903a85c173b5261") | 30702 | (let ((commit "6064e8625b2958f34d6d40312903a85c173b5261") |
| 30679 | (revision "2")) | 30703 | (revision "2")) |
