From 693dc6536ba12422b38ec7011444bddcb521c2a9 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 1 Aug 2011 01:14:25 +0000 Subject: [PATCH] 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 --- pkgs/development/compilers/openjdk/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/openjdk/default.nix b/pkgs/development/compilers/openjdk/default.nix index 3ca3bcfd1a3..e36e65f14ea 100644 --- a/pkgs/development/compilers/openjdk/default.nix +++ b/pkgs/development/compilers/openjdk/default.nix @@ -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} \