gnu: teeworlds: Add missing dependency.
* gnu/packages/games.scm (teeworlds)[native-inputs]: Add pkg-config. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
		
							parent
							
								
									730553d715
								
							
						
					
					
						commit
						e402a66b07
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -32,6 +32,7 @@
 | 
				
			||||||
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
 | 
					;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
 | 
				
			||||||
;;; Copyright © 2017, 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 | 
					;;; Copyright © 2017, 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 | 
				
			||||||
;;; Copyright © 2018 okapi <okapi@firemail.cc>
 | 
					;;; Copyright © 2018 okapi <okapi@firemail.cc>
 | 
				
			||||||
 | 
					;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -3880,7 +3881,8 @@ settings.link.libs:Add(\"wavpack\")\n"))
 | 
				
			||||||
       ("zlib" ,zlib)))
 | 
					       ("zlib" ,zlib)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("bam" ,bam)
 | 
					     `(("bam" ,bam)
 | 
				
			||||||
       ("python" ,python-2)))
 | 
					       ("python" ,python-2)
 | 
				
			||||||
 | 
					       ("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (home-page "https://www.teeworlds.com")
 | 
					    (home-page "https://www.teeworlds.com")
 | 
				
			||||||
    (synopsis "2D retro multiplayer shooter game")
 | 
					    (synopsis "2D retro multiplayer shooter game")
 | 
				
			||||||
    (description "Teeworlds is an online multiplayer game.  Battle with up to
 | 
					    (description "Teeworlds is an online multiplayer game.  Battle with up to
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue