From e402a66b07c12aadf5eed1472110684831f1f498 Mon Sep 17 00:00:00 2001 From: Tim Gesthuizen Date: Mon, 2 Jul 2018 17:10:50 +0200 Subject: gnu: teeworlds: Add missing dependency. * gnu/packages/games.scm (teeworlds)[native-inputs]: Add pkg-config. Signed-off-by: Ricardo Wurmus --- gnu/packages/games.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 0796e48001..41c4396add 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -32,6 +32,7 @@ ;;; Copyright © 2017 Roel Janssen ;;; Copyright © 2017, 2018 Nicolas Goaziou ;;; Copyright © 2018 okapi +;;; Copyright © 2018 Tim Gesthuizen ;;; ;;; This file is part of GNU Guix. ;;; @@ -3880,7 +3881,8 @@ (define-public teeworlds ("zlib" ,zlib))) (native-inputs `(("bam" ,bam) - ("python" ,python-2))) + ("python" ,python-2) + ("pkg-config" ,pkg-config))) (home-page "https://www.teeworlds.com") (synopsis "2D retro multiplayer shooter game") (description "Teeworlds is an online multiplayer game. Battle with up to -- cgit v1.2.3