1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

openjdk: Override hardcoded sort. It doesn't use any of the _PATH variables on linux

svn path=/nixpkgs/trunk/; revision=28082
This commit is contained in:
Shea Levy 2011-08-01 01:15:21 +00:00
parent 465a320b20
commit 58d64db27d

View file

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
makeFlags = ''
ECHO=${coreutils}/bin/echo \
SORT=${coreutils}/bin/sort \
ALSA_INCLUDE=${alsaLib}/include/alsa/version.h \
FREETYPE_HEADERS_PATH=${freetype}/include \
FREETYPE_LIB_PATH=${freetype}/lib \