forked from mirrors/nixpkgs
* Let graphviz use freetype.
svn path=/nixpkgs/trunk/; revision=379
This commit is contained in:
parent
d883e86e1c
commit
10a53b57d8
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
envpkgs="$zlib $libpng $libjpeg $expat"
|
||||
envpkgs="$zlib $libpng $libjpeg $expat $freetype"
|
||||
. $stdenv/setup || exit 1
|
||||
|
||||
NIX_CFLAGS_COMPILE="-I$zlib/include -I$libpng/include -I$libjpeg/include -I$expat/include $NIX_CFLAGS_COMPILE"
|
||||
|
|
|
@ -13,5 +13,6 @@ Package(
|
|||
, ("libpng", IncludeFix("libpng/libpng.fix"))
|
||||
, ("libjpeg", IncludeFix("libjpeg/libjpeg.fix"))
|
||||
, ("expat", IncludeFix("expat/expat.fix"))
|
||||
, ("freetype", IncludeFix("freetype/freetype.fix"))
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue