openjdk: Override hardcoded cups headers path

svn path=/nixpkgs/trunk/; revision=28055
This commit is contained in:
Shea Levy 2011-08-01 01:11:40 +00:00
parent fa80adbe2a
commit ac6fb72ab1

View file

@ -9,6 +9,7 @@
, alsaLib
, ant
, freetype
, cups
}:
stdenv.mkDerivation rec {
@ -44,6 +45,7 @@ stdenv.mkDerivation rec {
FREETYPE_LIB_PATH=${freetype}/lib \
MILESTONE="release" \
BUILD_NUMBER="127" \
CUPS_HEADERS_PATH="${cups}/include" \
CC=${stdenv.gcc}/bin/gcc
'';