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:
parent
465a320b20
commit
58d64db27d
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue