gnu: slimevolley: Build with gcc-7.
* gnu/packages/games.scm (slimevolley)[native-inputs]: Add gcc-7.
This commit is contained in:
		
							parent
							
								
									960647f016
								
							
						
					
					
						commit
						08c63aac53
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -8717,7 +8717,8 @@ and cooperative.")
 | 
				
			||||||
       ;; missing from command line".
 | 
					       ;; missing from command line".
 | 
				
			||||||
       #:configure-flags (list "-DCMAKE_EXE_LINKER_FLAGS=-lm")))
 | 
					       #:configure-flags (list "-DCMAKE_EXE_LINKER_FLAGS=-lm")))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("gettext" ,gettext-minimal)))
 | 
					     `(("gcc-7" ,gcc-7)
 | 
				
			||||||
 | 
					       ("gettext" ,gettext-minimal)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("sdl" ,(sdl-union (list sdl sdl-image sdl-net sdl-ttf)))))
 | 
					     `(("sdl" ,(sdl-union (list sdl sdl-image sdl-net sdl-ttf)))))
 | 
				
			||||||
    (home-page "https://slime.tuxfamily.org/")
 | 
					    (home-page "https://slime.tuxfamily.org/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue