mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
naev: add freetype dependency
This commit is contained in:
parent
e5a43bd408
commit
bfb0bf849e
@ -1,5 +1,5 @@
|
|||||||
{ fetchurl, stdenv, SDL, openal, SDL_mixer, libxml2, pkgconfig, libvorbis
|
{ fetchurl, stdenv, SDL, openal, SDL_mixer, libxml2, pkgconfig, libvorbis
|
||||||
, libpng, mesa, makeWrapper, zlib }:
|
, libpng, mesa, makeWrapper, zlib, freetype }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "naev";
|
pname = "naev";
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "0gahi91lmpra0wvxsz49zwwb28q9w2v1s3y7r70252hq6v80kanb";
|
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 ];
|
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user