openjdk: Use proper milestone and build_number strings
svn path=/nixpkgs/trunk/; revision=28054
This commit is contained in:
parent
08fe49fbb4
commit
fa80adbe2a
@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
|
||||
ZIPEXE=${zip}/bin/zip \
|
||||
FREETYPE_HEADERS_PATH=${freetype}/include \
|
||||
FREETYPE_LIB_PATH=${freetype}/lib \
|
||||
MILESTONE="release" \
|
||||
BUILD_NUMBER="127" \
|
||||
CC=${stdenv.gcc}/bin/gcc
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user