gnu: fifengine: Simplify inputs.
* gnu/packages/games.scm (fifengine)[native-inputs]: Remove labels.
This commit is contained in:
		
							parent
							
								
									d9aa923dfd
								
							
						
					
					
						commit
						3776668c5e
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -3767,6 +3767,8 @@ Widgets, and allows users to create more.")
 | 
				
			||||||
                     (chdir #$(string-append "../" (package-name this-package)
 | 
					                     (chdir #$(string-append "../" (package-name this-package)
 | 
				
			||||||
                                             "-" (package-version this-package)))
 | 
					                                             "-" (package-version this-package)))
 | 
				
			||||||
                     (invoke "python3" "run_tests.py" "-a")))))))
 | 
					                     (invoke "python3" "run_tests.py" "-a")))))))
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     (list python swig xorg-server-for-tests))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list sdl2
 | 
					     (list sdl2
 | 
				
			||||||
           sdl2-image
 | 
					           sdl2-image
 | 
				
			||||||
| 
						 | 
					@ -3780,10 +3782,6 @@ Widgets, and allows users to create more.")
 | 
				
			||||||
           fifechan
 | 
					           fifechan
 | 
				
			||||||
           swig
 | 
					           swig
 | 
				
			||||||
           python))
 | 
					           python))
 | 
				
			||||||
    (native-inputs
 | 
					 | 
				
			||||||
     `(("python" ,python)
 | 
					 | 
				
			||||||
       ("swig" ,swig)
 | 
					 | 
				
			||||||
       ("xvfb" ,xorg-server)))
 | 
					 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list python-future))
 | 
					     (list python-future))
 | 
				
			||||||
    (home-page "https://www.fifengine.net/")
 | 
					    (home-page "https://www.fifengine.net/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue