gnu: emacs-clang-format: Remove inherited propagated inputs.
* gnu/packages/llvm.scm (emacs-clang-format)[propagated-inputs]: Remove them.
This commit is contained in:
		
							parent
							
								
									be01b13fb7
								
							
						
					
					
						commit
						6e83d294ce
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -24,6 +24,7 @@ | |||
| ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com> | ||||
| ;;; Copyright © 2022 Greg Hogan <code@greghogan.com> | ||||
| ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com> | ||||
| ;;; Copyright © 2022 Clément Lassieur <clement@lassieur.org> | ||||
| ;;; | ||||
| ;;; This file is part of GNU Guix. | ||||
| ;;; | ||||
|  | @ -1842,6 +1843,7 @@ setup(name=\"clang\", packages=[\"clang\"])\n"))))) | |||
|     (build-system emacs-build-system) | ||||
|     (inputs | ||||
|      (list clang)) | ||||
|     (propagated-inputs '()) | ||||
|     (arguments | ||||
|      `(#:phases | ||||
|        (modify-phases %standard-phases | ||||
|  |  | |||
		Reference in a new issue