gnu: emacs-flycheck-grammalecte: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)[arguments]: Fix typo in variable name.
This commit is contained in:
		
							parent
							
								
									ca5a791f62
								
							
						
					
					
						commit
						33a61d65b7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -4769,7 +4769,7 @@ for Flow files.") | ||||||
|            (lambda* (#:key inputs #:allow-other-keys) |            (lambda* (#:key inputs #:allow-other-keys) | ||||||
|              (make-file-writable "flycheck-grammalecte.el") |              (make-file-writable "flycheck-grammalecte.el") | ||||||
|              (emacs-substitute-variables "flycheck-grammalecte.el" |              (emacs-substitute-variables "flycheck-grammalecte.el" | ||||||
|                ("flycheck-grammalecte--grammalecte-directory" |                ("flycheck-grammalecte-grammalecte-directory" | ||||||
|                 (string-append (assoc-ref inputs "grammalecte") |                 (string-append (assoc-ref inputs "grammalecte") | ||||||
|                                "/lib/python" |                                "/lib/python" | ||||||
|                                ,(version-major+minor (package-version python)) |                                ,(version-major+minor (package-version python)) | ||||||
|  |  | ||||||
		Reference in a new issue