naev: add freetype dependency

This commit is contained in:
Justin Humm 2017-08-22 01:45:02 +02:00 committed by Franz Pletz
parent e5a43bd408
commit bfb0bf849e

View file

@ -1,5 +1,5 @@
{ fetchurl, stdenv, SDL, openal, SDL_mixer, libxml2, pkgconfig, libvorbis
, libpng, mesa, makeWrapper, zlib }:
, libpng, mesa, makeWrapper, zlib, freetype }:
let
pname = "naev";
@ -19,7 +19,7 @@ stdenv.mkDerivation {
sha256 = "0gahi91lmpra0wvxsz49zwwb28q9w2v1s3y7r70252hq6v80kanb";
};
buildInputs = [ SDL SDL_mixer openal libxml2 libvorbis libpng mesa zlib ];
buildInputs = [ SDL SDL_mixer openal libxml2 libvorbis libpng mesa zlib freetype ];
nativeBuildInputs = [ pkgconfig makeWrapper ];