openjdk: Replace dummy paths with empty path so the build uses the binaries in /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec

svn path=/nixpkgs/trunk/; revision=28075
This commit is contained in:
Shea Levy 2011-08-01 01:14:25 +00:00
parent 49be6e4ed6
commit 693dc6536b

View file

@ -62,9 +62,9 @@ stdenv.mkDerivation rec {
MILESTONE="release" \
BUILD_NUMBER="127" \
CUPS_HEADERS_PATH="${cups}/include" \
USRBIN_PATH="/" \
COMPILER_PATH="/" \
DEVTOOLS_PATH="/" \
USRBIN_PATH="" \
COMPILER_PATH="" \
DEVTOOLS_PATH="" \
NAWK=${gawk}/bin/gawk \
PRINTF=${coreutils}/bin/printf \
BOOTDIR=${jdk} \