summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 19:52:29 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:34 +0200
commit288912c2c44279e91bca635c5a99cced5347fbd0 (patch)
tree36129f12869feab620ec7e8eaef07693900a7e37 /pkgs/development/compilers
parentb51b458aed2241a23f8b5bf195e328753eb6998a (diff)
treewide: Make explicit that 'dev' output of freetype is used
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/hhvm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/hhvm/default.nix b/pkgs/development/compilers/hhvm/default.nix
index 23f0484e8ead..eb9e5f7d3627 100644
--- a/pkgs/development/compilers/hhvm/default.nix
+++ b/pkgs/development/compilers/hhvm/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
MYSQL_DIR=mariadb;
# work around broken build system
- NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype2";
+ NIX_CFLAGS_COMPILE = "-I${freetype.dev}/include/freetype2";
prePatch = ''
substituteInPlace hphp/util/generate-buildinfo.sh \