gnu: emacs-lsp-mode: Add clients.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode)[arguments]: Also install LSP-mode clients.
This commit is contained in:
		
							parent
							
								
									8b81c6861f
								
							
						
					
					
						commit
						4610f44efd
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -23556,6 +23556,11 @@ the standard @code{Dockerfile} file format.")
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1a6jc9sxf9b8fj9h8xlv5k546bkzsy8j5nj19cfama389z0bzcsl"))))
 | 
					        (base32 "1a6jc9sxf9b8fj9h8xlv5k546bkzsy8j5nj19cfama389z0bzcsl"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:include (cons "^clients/" %default-include)
 | 
				
			||||||
 | 
					       ;; FIXME: Ignore the following file, which cannot be compiled properly,
 | 
				
			||||||
 | 
					       ;; because it tries to load another client from the same directory.
 | 
				
			||||||
 | 
					       #:exclude (list "clients/lsp-vetur\\.el")))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-dash" ,emacs-dash)
 | 
					     `(("emacs-dash" ,emacs-dash)
 | 
				
			||||||
       ("emacs-f" ,emacs-f)
 | 
					       ("emacs-f" ,emacs-f)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue