teeworlds: add freetype to build inputs
Fixes undefined references to functions in the freetype library.
This commit is contained in:
parent
e4bc2e60a0
commit
297008b959
@ -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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "teeworlds-0.6.1";
|
name = "teeworlds-0.6.1";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# Note: Teeworlds requires Python 2.x to compile. Python 3.0 will
|
# Note: Teeworlds requires Python 2.x to compile. Python 3.0 will
|
||||||
# not work.
|
# not work.
|
||||||
buildInputs = [ python alsaLib libX11 mesa SDL lua5 zlib bam ];
|
buildInputs = [ python alsaLib libX11 mesa SDL lua5 zlib bam freetype ];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
bam release
|
bam release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user