guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: knights: Fix build.


From: Ricardo Wurmus
Subject: 01/01: gnu: knights: Fix build.
Date: Sat, 10 Feb 2018 17:54:21 -0500 (EST)

rekado pushed a commit to branch core-updates
in repository guix.

commit 6730d895d3992f37f35f5351332f51a4be2fda50
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Feb 10 23:53:34 2018 +0100

    gnu: knights: Fix build.
    
    * gnu/packages/games.scm (knights)[native-inputs]: Add pkg-config.
---
 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 8d987f7..5e146e9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2015, 2016 Andreas Enge <address@hidden>
 ;;; Copyright © 2015 David Hashe <address@hidden>
 ;;; Copyright © 2015, 2017 Christopher Allan Webber <address@hidden>
-;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015, 2016, 2017 Alex Kost <address@hidden>
 ;;; Copyright © 2015 Paul van der Walt <address@hidden>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
@@ -529,6 +529,8 @@ shadow mimic them to reach blocks you couldn't reach 
alone.")
        ("freetype" ,freetype)
        ("fontconfig" ,fontconfig)
        ("curl" ,curl)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
     (home-page "http://www.knightsgame.org.uk/";)
     (synopsis "Multiplayer dungeon game involving knights and quests")
     (description "Knights is a multiplayer game involving several knights who



reply via email to

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