guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: teeworlds: Add missing dependency.


From: Ricardo Wurmus
Subject: 01/01: gnu: teeworlds: Add missing dependency.
Date: Mon, 2 Jul 2018 12:47:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e402a66b07c12aadf5eed1472110684831f1f498
Author: Tim Gesthuizen <address@hidden>
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 <address@hidden>
---
 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 <address@hidden>
 ;;; Copyright © 2017, 2018 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2018 okapi <address@hidden>
+;;; Copyright © 2018 Tim Gesthuizen <address@hidden>
 ;;;
 ;;; 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

[Prev in Thread] Current Thread [Next in Thread]