gnu: emacs-ebib: Add missing propagated input.
* gnu/packages/emacs-xyz.scm (emacs-ebib)[propagated input]: Add emacs-biblio.
This commit is contained in:
		
							parent
							
								
									a208b5033e
								
							
						
					
					
						commit
						ef8d95ceb8
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -16642,7 +16642,8 @@ files to be expanded upon opening them.") | |||
|         (base32 "1xgpdw0sxl2c9dn6x6fk0rqpqlqxsjlj0vyag611blj600br7dqr")))) | ||||
|     (build-system emacs-build-system) | ||||
|     (propagated-inputs | ||||
|      `(("emacs-parsebib" ,emacs-parsebib))) | ||||
|      `(("emacs-biblio" ,emacs-biblio) | ||||
|        ("emacs-parsebib" ,emacs-parsebib))) | ||||
|     (home-page "https://joostkremers.github.io/ebib/") | ||||
|     (synopsis "BibTeX database manager for Emacs") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue