From 6730d895d3992f37f35f5351332f51a4be2fda50 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 10 Feb 2018 23:53:34 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8d987f76eb..5e146e93c3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11,7 +11,7 @@ ;;; Copyright © 2015, 2016 Andreas Enge ;;; Copyright © 2015 David Hashe ;;; Copyright © 2015, 2017 Christopher Allan Webber -;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus +;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus ;;; Copyright © 2015, 2016, 2017 Alex Kost ;;; Copyright © 2015 Paul van der Walt ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer @@ -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 -- cgit v1.2.3