gnu: emacs-flycheck: Add missing dependency on emacs-seq.
Fixes a regression introduced in
afb6fdaa5d.
* gnu/packages/emacs.scm (flycheck)[propagated-inputs]: Add EMACS-SEQ.
			
			
This commit is contained in:
		
							parent
							
								
									1929fdba80
								
							
						
					
					
						commit
						bdff55eac3
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -710,7 +710,8 @@ the body are let-bound and this search is done at compile time.")
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-dash" ,emacs-dash)
 | 
					     `(("emacs-dash" ,emacs-dash)
 | 
				
			||||||
       ("emacs-let-alist" ,let-alist)))
 | 
					       ("emacs-let-alist" ,let-alist)
 | 
				
			||||||
 | 
					       ("emacs-seq" ,emacs-seq)))
 | 
				
			||||||
    (home-page "https://www.flycheck.org")
 | 
					    (home-page "https://www.flycheck.org")
 | 
				
			||||||
    (synopsis "On-the-fly syntax checking")
 | 
					    (synopsis "On-the-fly syntax checking")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue