treewide: Make explicit that 'dev' output of freetype is used
This commit is contained in:
committed by
Vladimír Čunát
parent
b51b458aed
commit
288912c2c4
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user