gnu: chez-scheme: Properly identify system architecture.
* gnu/packages/chez.dcm (chez-scheme)[arguments]: Substitute `uname -m' for `uname -a' in configure, allowing proper identification of the machine architecture.
This commit is contained in:
		
							parent
							
								
									e48fcd7b8d
								
							
						
					
					
						commit
						7ceee88c43
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -100,6 +100,10 @@
 | 
				
			||||||
                 '())))
 | 
					                 '())))
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
 | 
					         (add-after 'unpack 'patch-processor-detection
 | 
				
			||||||
 | 
					           (lambda _ (substitute* "configure"
 | 
				
			||||||
 | 
					                       (("uname -a") "uname -m"))
 | 
				
			||||||
 | 
					             #t))
 | 
				
			||||||
         ;; Adapt the custom 'configure' script.
 | 
					         ;; Adapt the custom 'configure' script.
 | 
				
			||||||
         (replace 'configure
 | 
					         (replace 'configure
 | 
				
			||||||
           (lambda* (#:key inputs outputs #:allow-other-keys)
 | 
					           (lambda* (#:key inputs outputs #:allow-other-keys)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue