mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: Rename emacs-recutils to emacs-rec-mode.
This fixes ‘guix refresh emacs-rec-mode’. * gnu/packages/databases.scm (emacs-rec-mode): New variable. (emacs-recutils): Deprecate in favor of emacs-rec-mode.
This commit is contained in:
parent
c41ccac45b
commit
50b8a8e8c2
1 changed files with 5 additions and 2 deletions
|
@ -1343,9 +1343,9 @@ (define-public recutils
|
|||
(license license:gpl3+)
|
||||
(home-page "https://www.gnu.org/software/recutils/")))
|
||||
|
||||
(define-public emacs-recutils
|
||||
(define-public emacs-rec-mode
|
||||
(package
|
||||
(name "emacs-recutils")
|
||||
(name "emacs-rec-mode")
|
||||
(version "1.8.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -1373,6 +1373,9 @@ (define-public emacs-recutils
|
|||
including field and record folding.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-recutils
|
||||
(deprecated-package "emacs-recutils" emacs-rec-mode))
|
||||
|
||||
(define-public rocksdb
|
||||
(package
|
||||
(name "rocksdb")
|
||||
|
|
Loading…
Reference in a new issue