mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
openjdk: Override hardcoded freetype library path
svn path=/nixpkgs/trunk/; revision=28052
This commit is contained in:
parent
d5eec4cd11
commit
ed9837c37c
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
|
||||
HEAD=${coreutils}/bin/head \
|
||||
ZIPEXE=${zip}/bin/zip \
|
||||
FREETYPE_HEADERS_PATH=${freetype}/include \
|
||||
FREETYPE_LIB_PATH=${freetype}/lib \
|
||||
CC=${stdenv.gcc}/bin/gcc
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user