gnu: hyperrogue: Fix build failure.
* gnu/packages/games.scm (hyperrogue)[arguments]: Do not assume CPATH is set.
This commit is contained in:
		
							parent
							
								
									ba66eec741
								
							
						
					
					
						commit
						18caa6f528
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4226,7 +4226,7 @@ throwing people around in pseudo-randomly generated buildings.")
 | 
			
		|||
         (add-after 'set-paths 'set-sdl-paths
 | 
			
		||||
           (lambda* (#:key inputs #:allow-other-keys)
 | 
			
		||||
             (setenv "CPATH"
 | 
			
		||||
                     (string-append (getenv "CPATH") ":"
 | 
			
		||||
                     (string-append (or (getenv "CPATH") "") ":"
 | 
			
		||||
                                    (assoc-ref inputs "sdl-union")
 | 
			
		||||
                                    "/include/SDL"))))
 | 
			
		||||
         (replace 'configure
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue