···35 mkdir -p $terminfo/share/terminfo
36 configureFlags="--with-terminfo=$terminfo/share/terminfo --enable-256-color ${if perlSupport then "--enable-perl" else "--disable-perl"} ${if unicode3Support then "--enable-unicode3" else "--disable-unicode3"}";
37 export TERMINFO=$terminfo/share/terminfo # without this the terminfo won't be compiled by tic, see man tic
38- NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype}/include/freetype2"
39 NIX_LDFLAGS="$NIX_LDFLAGS -lfontconfig -lXrender "
40 ''
41 # make urxvt find its perl file lib/perl5/site_perl is added to PERL5LIB automatically
···35 mkdir -p $terminfo/share/terminfo
36 configureFlags="--with-terminfo=$terminfo/share/terminfo --enable-256-color ${if perlSupport then "--enable-perl" else "--disable-perl"} ${if unicode3Support then "--enable-unicode3" else "--disable-unicode3"}";
37 export TERMINFO=$terminfo/share/terminfo # without this the terminfo won't be compiled by tic, see man tic
38+ NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype.dev}/include/freetype2"
39 NIX_LDFLAGS="$NIX_LDFLAGS -lfontconfig -lXrender "
40 ''
41 # make urxvt find its perl file lib/perl5/site_perl is added to PERL5LIB automatically
+1-1
pkgs/development/compilers/hhvm/default.nix
···33 MYSQL_DIR=mariadb;
3435 # work around broken build system
36- NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype2";
3738 prePatch = ''
39 substituteInPlace hphp/util/generate-buildinfo.sh \
···33 MYSQL_DIR=mariadb;
3435 # work around broken build system
36+ NIX_CFLAGS_COMPILE = "-I${freetype.dev}/include/freetype2";
3738 prePatch = ''
39 substituteInPlace hphp/util/generate-buildinfo.sh \