mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
openjdk: Override hardcoded cups headers path
svn path=/nixpkgs/trunk/; revision=28055
This commit is contained in:
parent
fa80adbe2a
commit
ac6fb72ab1
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user