mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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 {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user