mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
extremetuxracer: Fix build
Fixes: ```` ft_font.h:24:22: fatal error: ft2build.h: No such file or directory ```` Probably something propagated this previously.
This commit is contained in:
parent
b6116539be
commit
5824b9c0e7
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, mesa, libX11, xproto, tcl, freeglut
|
||||
{ stdenv, fetchurl, mesa, libX11, xproto, tcl, freeglut, freetype
|
||||
, SDL, SDL_mixer, SDL_image, libXi, inputproto
|
||||
, libXmu, libXext, xextproto, libXt, libSM, libICE
|
||||
, libpng, pkgconfig, gettext, intltool
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
mesa libX11 xproto tcl freeglut
|
||||
mesa libX11 xproto tcl freeglut freetype
|
||||
SDL SDL_mixer SDL_image libXi inputproto
|
||||
libXmu libXext xextproto libXt libSM libICE
|
||||
libpng pkgconfig gettext intltool
|
||||
|
Loading…
Reference in New Issue
Block a user