From 297008b9593d0be4c0eedb084b0e99cf850ce3a4 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 3 Sep 2016 11:42:08 +0200 Subject: [PATCH] teeworlds: add freetype to build inputs Fixes undefined references to functions in the freetype library. --- pkgs/games/teeworlds/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/teeworlds/default.nix b/pkgs/games/teeworlds/default.nix index 5276ec4cc34f..ef74903735d9 100644 --- a/pkgs/games/teeworlds/default.nix +++ b/pkgs/games/teeworlds/default.nix @@ -1,4 +1,4 @@ -{ fetchurl, stdenv, python, alsaLib, libX11, mesa, SDL, lua5, zlib, bam }: +{ fetchurl, stdenv, python, alsaLib, libX11, mesa, SDL, lua5, zlib, bam, freetype }: stdenv.mkDerivation rec { name = "teeworlds-0.6.1"; @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { # Note: Teeworlds requires Python 2.x to compile. Python 3.0 will # not work. - buildInputs = [ python alsaLib libX11 mesa SDL lua5 zlib bam ]; + buildInputs = [ python alsaLib libX11 mesa SDL lua5 zlib bam freetype ]; configurePhase = '' bam release