Add missing space between funcall and string argument
* gnu/packages/scheme.scm (hop): Add missing space. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									d2d8779b21
								
							
						
					
					
						commit
						72a0c95013
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -222,7 +222,7 @@ between Scheme and C# programs.") | |||
|           (let ((out (assoc-ref outputs "out"))) | ||||
|             (zero? | ||||
|              (system* "./configure" | ||||
|                       (string-append"--prefix=" out))))) | ||||
|                       (string-append "--prefix=" out))))) | ||||
|         (alist-cons-after | ||||
|          'strip 'patch-rpath | ||||
|          (lambda* (#:key outputs #:allow-other-keys) | ||||
|  |  | |||
		Reference in a new issue