teeworlds: add freetype to build inputs

Fixes undefined references to functions in the freetype library.
This commit is contained in:
Robert Helgesson 2016-09-03 11:42:08 +02:00
parent e4bc2e60a0
commit 297008b959
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -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