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 @@ types are supported, as is encryption.") | ||||||
|     (license license:gpl3+) |     (license license:gpl3+) | ||||||
|     (home-page "https://www.gnu.org/software/recutils/"))) |     (home-page "https://www.gnu.org/software/recutils/"))) | ||||||
| 
 | 
 | ||||||
| (define-public emacs-recutils | (define-public emacs-rec-mode | ||||||
|   (package |   (package | ||||||
|     (name "emacs-recutils") |     (name "emacs-rec-mode") | ||||||
|     (version "1.8.2") |     (version "1.8.2") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|  | @ -1373,6 +1373,9 @@ supports editing, navigation, and querying of recutils database files | ||||||
| including field and record folding.") | including field and record folding.") | ||||||
|     (license license:gpl3+))) |     (license license:gpl3+))) | ||||||
| 
 | 
 | ||||||
|  | (define-public emacs-recutils | ||||||
|  |   (deprecated-package "emacs-recutils" emacs-rec-mode)) | ||||||
|  | 
 | ||||||
| (define-public rocksdb | (define-public rocksdb | ||||||
|   (package |   (package | ||||||
|     (name "rocksdb") |     (name "rocksdb") | ||||||
|  |  | ||||||
		Reference in a new issue