gnu: emacs-emacsql: Replace mysql with mariadb input.
* gnu/packages/emacs.scm (emacs-emacsql)[inputs]: Replace 'mysql' with 'mariadb'.
This commit is contained in:
		
							parent
							
								
									8b3aea9d9e
								
							
						
					
					
						commit
						e0cc7f669b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -8128,7 +8128,7 @@ object has been freed.") | |||
|              #t))))) | ||||
|     (inputs | ||||
|      `(("emacs-minimal" ,emacs-minimal) | ||||
|        ("mysql" ,mysql) | ||||
|        ("mariadb" ,mariadb) | ||||
|        ("postgresql" ,postgresql))) | ||||
|     (propagated-inputs | ||||
|      `(("emacs-finalize" ,emacs-finalize) | ||||
|  |  | |||
		Reference in a new issue