From ec193500a2644ddf7db17b2302ebae54342228f3 Mon Sep 17 00:00:00 2001 From: Tim Gesthuizen Date: Mon, 2 Jul 2018 17:10:50 +0200 Subject: [PATCH] Fixes missing pkg-config dependency for teeworlds teeworlds uses bam as a build system which relies on pkg-config for finding libraries like freetype. Therefore pkg-config is needed to build this package. Signed-off-by: Tim Gesthuizen --- gnu/packages/games.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 0796e4800..ecca036be 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3880,7 +3880,8 @@ settings.link.libs:Add(\"wavpack\")\n")) ("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 -- 2.18.0