rekado pushed a commit to branch master
in repository guix.

commit e402a66b07c12aadf5eed1472110684831f1f498
Author: Tim Gesthuizen <[email protected]>
Date:   Mon Jul 2 17:10:50 2018 +0200

    gnu: teeworlds: Add missing dependency.
    
    * gnu/packages/games.scm (teeworlds)[native-inputs]: Add pkg-config.
    
    Signed-off-by: Ricardo Wurmus <[email protected]>
---
 gnu/packages/games.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0796e48..41c4396 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2017 Roel Janssen <[email protected]>
 ;;; Copyright © 2017, 2018 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2018 okapi <[email protected]>
+;;; Copyright © 2018 Tim Gesthuizen <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3880,7 +3881,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

Reply via email to