mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
openjdk: Remove all coreutils overrides so they can be found 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=28076
This commit is contained in:
parent
693dc6536b
commit
0f257e1d5d
@ -37,25 +37,13 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
makeFlags = ''
|
makeFlags = ''
|
||||||
MKDIR=${coreutils}/bin/mkdir \
|
|
||||||
LN=${coreutils}/bin/ln \
|
|
||||||
LDD=${glibc}/bin/ldd \
|
LDD=${glibc}/bin/ldd \
|
||||||
NM=${binutils}/bin/nm \
|
NM=${binutils}/bin/nm \
|
||||||
READELF=${binutils}/bin/readelf \
|
READELF=${binutils}/bin/readelf \
|
||||||
MV=${coreutils}/bin/mv \
|
|
||||||
TOUCH=${coreutils}/bin/touch \
|
|
||||||
CP=${coreutils}/bin/cp \
|
|
||||||
CHMOD=${coreutils}/bin/chmod \
|
|
||||||
ECHO=${coreutils}/bin/echo \
|
|
||||||
CAT=${coreutils}/bin/cat \
|
|
||||||
GREP=${gnugrep}/bin/grep \
|
GREP=${gnugrep}/bin/grep \
|
||||||
EGREP=${gnugrep}/bin/egrep \
|
EGREP=${gnugrep}/bin/egrep \
|
||||||
DATE=${coreutils}/bin/date \
|
|
||||||
PWD=${coreutils}/bin/pwd \
|
|
||||||
TR=${coreutils}/bin/tr \
|
|
||||||
SED=${gnused}/bin/sed \
|
SED=${gnused}/bin/sed \
|
||||||
ALSA_INCLUDE=${alsaLib}/include/alsa/version.h \
|
ALSA_INCLUDE=${alsaLib}/include/alsa/version.h \
|
||||||
HEAD=${coreutils}/bin/head \
|
|
||||||
ZIPEXE=${zip}/bin/zip \
|
ZIPEXE=${zip}/bin/zip \
|
||||||
FREETYPE_HEADERS_PATH=${freetype}/include \
|
FREETYPE_HEADERS_PATH=${freetype}/include \
|
||||||
FREETYPE_LIB_PATH=${freetype}/lib \
|
FREETYPE_LIB_PATH=${freetype}/lib \
|
||||||
@ -66,7 +54,6 @@ stdenv.mkDerivation rec {
|
|||||||
COMPILER_PATH="" \
|
COMPILER_PATH="" \
|
||||||
DEVTOOLS_PATH="" \
|
DEVTOOLS_PATH="" \
|
||||||
NAWK=${gawk}/bin/gawk \
|
NAWK=${gawk}/bin/gawk \
|
||||||
PRINTF=${coreutils}/bin/printf \
|
|
||||||
BOOTDIR=${jdk} \
|
BOOTDIR=${jdk} \
|
||||||
FIND=${findutils}/bin/find \
|
FIND=${findutils}/bin/find \
|
||||||
ALLOW_DOWNLOADS=true \
|
ALLOW_DOWNLOADS=true \
|
||||||
|
Loading…
Reference in New Issue
Block a user