gnu: neatmail: Fix build.
* gnu/packages/mail.scm (neatmail)[arguments]: Fix quoting issue.
This commit is contained in:
		
							parent
							
								
									256a63ce0b
								
							
						
					
					
						commit
						c0a39f12f1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -4557,7 +4557,7 @@ databases, and other tools to process Outlook email archives.") | |||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      `(#:tests? #f                      ;no tests | ||||
|        #:make-flags `((string-append "CC=" ,(cc-for-target))) | ||||
|        #:make-flags (list (string-append "CC=" ,(cc-for-target))) | ||||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (delete 'configure)            ;no configure script | ||||
|  |  | |||
		Reference in a new issue